aswi2020merlot-gitlab/tests/TestCase.php @ dcacbd24
1 |
<?php
|
---|---|
2 |
|
3 |
namespace Tests; |
4 |
|
5 |
use Illuminate\Foundation\Testing\TestCase as BaseTestCase; |
6 |
|
7 |
abstract class TestCase extends BaseTestCase |
8 |
{
|
9 |
use CreatesApplication; |
10 |
}
|
- « Předchozí
- 1
- 2
- Další »