Skip to content

Commit 824d4ee

Browse files
authored
Merge pull request #118 from FriendsOfCake/dereuromark-patch-1
Remove unneeded options
2 parents 4e1db32 + 2f32bb9 commit 824d4ee

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

phpunit.xml.dist

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
colors="true"
4-
processIsolation="false"
5-
stopOnFailure="false"
6-
syntaxCheck="false"
74
bootstrap="tests/bootstrap.php"
8-
>
5+
>
96

107
<!-- Add any additional test suites you want to run here -->
118
<testsuites>
@@ -17,9 +14,9 @@
1714
<!-- Setup a listener for fixtures -->
1815
<listeners>
1916
<listener
20-
class="\Cake\TestSuite\Fixture\FixtureInjector">
17+
class="Cake\TestSuite\Fixture\FixtureInjector">
2118
<arguments>
22-
<object class="\Cake\TestSuite\Fixture\FixtureManager" />
19+
<object class="Cake\TestSuite\Fixture\FixtureManager"/>
2320
</arguments>
2421
</listener>
2522
</listeners>

0 commit comments

Comments
 (0)