We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd8028 commit c385c0eCopy full SHA for c385c0e
3 files changed
composer.json
@@ -25,7 +25,7 @@
25
},
26
"autoload-dev": {
27
"psr-4": {
28
- "Cake\\Test\\Composer\\": "tests/"
+ "Cake\\Test\\TestCase\\Composer\\": "tests/"
29
}
30
31
"extra": {
phpunit.xml.dist
@@ -8,7 +8,7 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
12
>
13
<testsuites>
14
<testsuite name="All Tests">
tests/bootstrap.php
0 commit comments