Skip to content

Commit

Permalink
Fix up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 10, 2023
1 parent 95a8830 commit 3074d22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</testsuites>

<extensions>
<bootstrap class="\Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
<bootstrap class="Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
</extensions>

<source>
Expand Down
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

require dirname(__DIR__) . '/vendor/autoload.php';
require CORE_PATH . 'config/bootstrap.php';

require CAKE_CORE_INCLUDE_PATH . '/src/functions.php';

Configure::write('App', [
Expand Down

0 comments on commit 3074d22

Please sign in to comment.