Skip to content

Commit

Permalink
Adjusted back to use non subtree split
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jul 13, 2020
1 parent b9c8fef commit ad3d0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Origin\Core\Config;

require __DIR__ . '/paths.php';
require dirname(__DIR__) . '/vendor/originphp/framework/Core/bootstrap.php';
require dirname(__DIR__) . '/vendor/originphp/framework/src/Core/bootstrap.php';

Config::write('App.namespace', 'Generate');

Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
</php>
<listeners>
<listener class="Origin\TestSuite\OriginTestListener" file ="./vendor/originphp/test-suite/OriginTestListener.php"></listener>
<listener class="Origin\TestSuite\OriginTestListener" file ="./vendor/originphp/framework/src/TestSuite/OriginTestListener.php"></listener>
</listeners>
<filter>
<whitelist>
Expand Down

0 comments on commit ad3d0f4

Please sign in to comment.