Skip to content

Commit

Permalink
Dev: Move tests to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 22, 2020
1 parent 8b40792 commit 02813fa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Expand Up @@ -245,7 +245,7 @@
require_once(__DIR__ . '/TestBaseClassWeb.php');
require_once(__DIR__ . '/TestBaseClassView.php');
require_once(__DIR__ . '/DummyController.php');
require_once __DIR__ . '/helpers/remotecontrol/BaseTest.php';
require_once __DIR__ . '/unit/helpers/remotecontrol/BaseTest.php';

define('PHP_ENV', 'test');

Expand Down
File renamed without changes.

0 comments on commit 02813fa

Please sign in to comment.