-
Hi! My commands rely on Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
what 's the use case? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Feel free to submit the PR to https://github.com/orchestral/testbench-core/blob/0b7de82296358c3013fe0a3d1128cbb6dc33f801/src/Console/Commander.php#L97 and target branch |
Beta Was this translation helpful? Give feedback.
-
I added Eventually, I fixed it by adding For Laravel projectsFor Laravel packagesThe equivalent in testbench-core would be https://github.com/orchestral/testbench-core/blob/158e2f483bccab28f36d6170a551641534813886/src/TestCase.php#L48 Or is there a better place to define |
Beta Was this translation helpful? Give feedback.
-
In your -bootstrap="vendor/autoload.php"
+bootstrap="tests/bootstrap.php" And then add <?php
require __DIR__.'/../vendor/autoload.php';
define('LARAVEL_START', microtime(true)); |
Beta Was this translation helpful? Give feedback.
No plan to add constant under TestCase