mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for test
This commit is contained in:
parent
4d43506a59
commit
580ed56ad9
@ -7,4 +7,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|||||||
abstract class TestCase extends BaseTestCase
|
abstract class TestCase extends BaseTestCase
|
||||||
{
|
{
|
||||||
use CreatesApplication;
|
use CreatesApplication;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
2
tests/ci
2
tests/ci
@ -13,7 +13,7 @@ require_once 'vendor/autoload.php';
|
|||||||
* - Tests\Support\UuidTest::it_can_not_create_a_uuid_from_null
|
* - Tests\Support\UuidTest::it_can_not_create_a_uuid_from_null
|
||||||
* - ...
|
* - ...
|
||||||
*/
|
*/
|
||||||
$process = new \Symfony\Component\Process\Process([__DIR__ . '/vendor/bin/phpunit', '--list-tests']);
|
$process = new \Symfony\Component\Process\Process(['./vendor/bin/phpunit', '--list-tests']);
|
||||||
$process->mustRun();
|
$process->mustRun();
|
||||||
|
|
||||||
$tests = \Illuminate\Support\Str::of($process->getOutput())
|
$tests = \Illuminate\Support\Str::of($process->getOutput())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user