Skip to content

Commit a364e2f

Browse files
committed
cs
1 parent d9157df commit a364e2f

File tree

65 files changed

+0
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+0
-65
lines changed

tests/PhpGenerator/ClassType.addMember.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ declare(strict_types=1);
55
use Nette\PhpGenerator\ClassType;
66
use Tester\Assert;
77

8-
98
require __DIR__ . '/../bootstrap.php';
109

1110

tests/PhpGenerator/ClassType.attributes.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ declare(strict_types=1);
99
use Nette\PhpGenerator\ClassType;
1010
use Nette\PhpGenerator\Literal;
1111

12-
1312
require __DIR__ . '/../bootstrap.php';
1413

1514

tests/PhpGenerator/ClassType.clone.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ declare(strict_types=1);
55
use Nette\PhpGenerator\ClassType;
66
use Tester\Assert;
77

8-
98
require __DIR__ . '/../bootstrap.php';
109

1110

tests/PhpGenerator/ClassType.from.81.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ declare(strict_types=1);
88

99
use Nette\PhpGenerator\ClassType;
1010

11-
1211
require __DIR__ . '/../bootstrap.php';
1312
require __DIR__ . '/fixtures/classes.81.php';
1413

tests/PhpGenerator/ClassType.from.82.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ declare(strict_types=1);
88

99
use Nette\PhpGenerator\ClassType;
1010

11-
1211
require __DIR__ . '/../bootstrap.php';
1312
require __DIR__ . '/fixtures/classes.82.php';
1413

tests/PhpGenerator/ClassType.from.anonymous.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ declare(strict_types=1);
88

99
use Nette\PhpGenerator\ClassType;
1010

11-
1211
require __DIR__ . '/../bootstrap.php';
1312

1413

tests/PhpGenerator/ClassType.from.bodies.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ declare(strict_types=1);
55
use Nette\PhpGenerator\ClassType;
66
use Tester\Assert;
77

8-
98
require __DIR__ . '/../bootstrap.php';
109
require __DIR__ . '/fixtures/bodies.php';
1110

tests/PhpGenerator/ClassType.from.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ declare(strict_types=1);
99
use Nette\PhpGenerator\ClassType;
1010
use Nette\PhpGenerator\Factory;
1111

12-
1312
require __DIR__ . '/../bootstrap.php';
1413
require __DIR__ . '/fixtures/classes.php';
1514

tests/PhpGenerator/ClassType.from.trait.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ declare(strict_types=1);
44

55
use Nette\PhpGenerator\ClassType;
66

7-
87
require __DIR__ . '/../bootstrap.php';
98
require __DIR__ . '/fixtures/traits.php';
109

tests/PhpGenerator/ClassType.inheritance.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ declare(strict_types=1);
44

55
use Nette\PhpGenerator\ClassType;
66

7-
87
require __DIR__ . '/../bootstrap.php';
98

109

0 commit comments

Comments
 (0)