Skip to content

Commit c385c0e

Browse files
committed
Remove unneeded tests/bootstrap.php
1 parent bfd8028 commit c385c0e

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"autoload-dev": {
2727
"psr-4": {
28-
"Cake\\Test\\Composer\\": "tests/"
28+
"Cake\\Test\\TestCase\\Composer\\": "tests/"
2929
}
3030
},
3131
"extra": {

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
bootstrap="tests/bootstrap.php"
11+
bootstrap="vendor/autoload.php"
1212
>
1313
<testsuites>
1414
<testsuite name="All Tests">

tests/bootstrap.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)