mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Exclude Dusk tests from phpunit test suite
This commit is contained in:
parent
b0f4015bb4
commit
6dbcec2310
|
@ -8,6 +8,7 @@
|
|||
<testsuites>
|
||||
<testsuite name="Application Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<exclude>./tests/Browser</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Models\Consumable;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
use Tests\Unit\BaseTest;
|
||||
|
||||
class ConsumableTest extends BaseTest
|
||||
{
|
||||
/**
|
||||
* @var \UnitTester
|
||||
*/
|
||||
protected $tester;
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue