Skip to content

Commit 80b0cc8

Browse files
committed
test listener block removed as it was not in use at all
1 parent b752874 commit 80b0cc8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,4 @@
1515
<directory>tests/TestCase/</directory>
1616
</testsuite>
1717
</testsuites>
18-
<!-- Setup a listener for fixtures -->
19-
<listeners>
20-
<listener class="Cake\TestSuite\Fixture\FixtureInjector">
21-
<arguments>
22-
<object class="Cake\TestSuite\Fixture\FixtureManager"/>
23-
</arguments>
24-
</listener>
25-
</listeners>
2618
</phpunit>

0 commit comments

Comments
 (0)