@@ -263,7 +263,7 @@ public function testBug3686(): void
263
263
264
264
public function testBug3379 (): void
265
265
{
266
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-3379.php ' );
266
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-3379.php ' );
267
267
$ this ->assertCount (1 , $ errors );
268
268
$ this ->assertSame ('Constant SOME_UNKNOWN_CONST not found. ' , $ errors [0 ]->getMessage ());
269
269
}
@@ -442,7 +442,7 @@ public function testBug5231Two(): void
442
442
443
443
public function testBug5529 (): void
444
444
{
445
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-5529.php ' );
445
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-5529.php ' );
446
446
$ this ->assertNoErrors ($ errors );
447
447
}
448
448
@@ -715,7 +715,7 @@ public function testBug6192(): void
715
715
716
716
public function testBug7068 (): void
717
717
{
718
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-7068.php ' );
718
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-7068.php ' );
719
719
$ this ->assertNoErrors ($ errors );
720
720
}
721
721
@@ -725,7 +725,7 @@ public function testDiscussion6993(): void
725
725
$ this ->markTestSkipped ('Test requires PHP 8.0. ' );
726
726
}
727
727
728
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-6993.php ' );
728
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-6993.php ' );
729
729
$ this ->assertCount (1 , $ errors );
730
730
$ this ->assertSame ('Parameter #1 $specificable of method Bug6993\AndSpecificationValidator<Bug6993\TestSpecification,Bug6993\Foo>::isSatisfiedBy() expects Bug6993\Foo, Bug6993\Bar given. ' , $ errors [0 ]->getMessage ());
731
731
}
@@ -742,7 +742,7 @@ public function testBug7078(): void
742
742
$ this ->markTestSkipped ('Test requires PHP 8.0. ' );
743
743
}
744
744
745
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-7078.php ' );
745
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-7078.php ' );
746
746
$ this ->assertNoErrors ($ errors );
747
747
}
748
748
@@ -758,7 +758,7 @@ public function testBug7116(): void
758
758
759
759
public function testBug3853 (): void
760
760
{
761
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-3853.php ' );
761
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-3853.php ' );
762
762
$ this ->assertNoErrors ($ errors );
763
763
}
764
764
@@ -827,7 +827,7 @@ public function testBug7094(): void
827
827
828
828
public function testOffsetAccess (): void
829
829
{
830
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /offset-access.php ' );
830
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /offset-access.php ' );
831
831
$ this ->assertCount (1 , $ errors );
832
832
$ this ->assertSame ('PHPDoc tag @return contains unresolvable type. ' , $ errors [0 ]->getMessage ());
833
833
$ this ->assertSame (42 , $ errors [0 ]->getLine ());
@@ -865,7 +865,7 @@ public function testBug7381(): void
865
865
866
866
public function testBug7153 (): void
867
867
{
868
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /bug-7153.php ' );
868
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /bug-7153.php ' );
869
869
$ this ->assertNoErrors ($ errors );
870
870
}
871
871
@@ -1063,7 +1063,7 @@ public function testBug8376(): void
1063
1063
1064
1064
public function testAssertDocblock (): void
1065
1065
{
1066
- $ errors = $ this ->runAnalyse (__DIR__ . '/data /assert-docblock.php ' );
1066
+ $ errors = $ this ->runAnalyse (__DIR__ . '/nsrt /assert-docblock.php ' );
1067
1067
$ this ->assertCount (4 , $ errors );
1068
1068
$ this ->assertSame ('Call to method AssertDocblock\A::testInt() with string will always evaluate to false. ' , $ errors [0 ]->getMessage ());
1069
1069
$ this ->assertSame (218 , $ errors [0 ]->getLine ());
0 commit comments