Files
monica/tests/FeatureTestCase.php
T
Alexis Saettler 8d6daa5051 Launch browser tests with Dusk (#892)
* And remove old (steward) tests
2018-02-12 22:53:50 +01:00

11 lines
110 B
PHP

<?php
namespace Tests;
use Tests\Traits\SignIn;
class FeatureTestCase extends TestCase
{
use SignIn;
}