Skip to content

Commit 719b8b4

Browse files
committed
Tests: drop Unit in path
1 parent 703fced commit 719b8b4

6 files changed

+6
-6
lines changed

tests/cases/Unit/Command/Command.HelperSet.phpt tests/cases/Command/Command.HelperSet.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Tester\Assert;
1414
use Tester\FileMock;
1515
use Tests\Fixtures\HelperSetCommand;
1616

17-
require_once __DIR__ . '/../../../bootstrap.php';
17+
require_once __DIR__ . '/../../bootstrap.php';
1818

1919
// Test auto filling helperSet in command
2020
test(function (): void {

tests/cases/Unit/CommandLoader/CommandLoader.phpt tests/cases/CommandLoader/CommandLoader.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Contributte\Console\Exception\Runtime\CommandNotFoundException;
99
use Nette\DI\Container;
1010
use Tester\Assert;
1111

12-
require_once __DIR__ . '/../../../bootstrap.php';
12+
require_once __DIR__ . '/../../bootstrap.php';
1313

1414
// Empty loader
1515
test(function (): void {

tests/cases/Unit/DI/ConsoleExtension.EventDispatcher.phpt tests/cases/DI/ConsoleExtension.EventDispatcher.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Tester\Assert;
1414
use Tester\FileMock;
1515
use Tests\Fixtures\ThrowingCommand;
1616

17-
require_once __DIR__ . '/../../../bootstrap.php';
17+
require_once __DIR__ . '/../../bootstrap.php';
1818

1919
test(function (): void {
2020
$loader = new ContainerLoader(TEMP_DIR, true);

tests/cases/Unit/DI/ConsoleExtension.HelperSet.phpt tests/cases/DI/ConsoleExtension.HelperSet.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Tester\Assert;
1414
use Tester\FileMock;
1515
use Tests\Fixtures\FooHelperSet;
1616

17-
require_once __DIR__ . '/../../../bootstrap.php';
17+
require_once __DIR__ . '/../../bootstrap.php';
1818

1919
// Default helperSet
2020
test(function (): void {

tests/cases/Unit/DI/ConsoleExtension.lazy.phpt tests/cases/DI/ConsoleExtension.lazy.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Tester\Assert;
1616
use Tester\FileMock;
1717
use Tests\Fixtures\FooCommand;
1818

19-
require_once __DIR__ . '/../../../bootstrap.php';
19+
require_once __DIR__ . '/../../bootstrap.php';
2020

2121
// 1 command of type FooCommand lazy-loading
2222
test(function (): void {

tests/cases/Unit/DI/ConsoleExtension.phpt tests/cases/DI/ConsoleExtension.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use Tester\Assert;
1818
use Tester\FileMock;
1919
use Tests\Fixtures\FooCommand;
2020

21-
require_once __DIR__ . '/../../../bootstrap.php';
21+
require_once __DIR__ . '/../../bootstrap.php';
2222

2323
// No commands
2424
test(function (): void {

0 commit comments

Comments
 (0)