File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/tests/StaticAnalysis Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,22 @@ final class ExecutableLinesFindingVisitorTest extends TestCase
2424{
2525 public function testExecutableLinesAreGroupedByBranch (): void
2626 {
27- $ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines.php ' );
27+ $ this ->doTestSelfDescribingAssert (TEST_FILES_PATH . 'source_for_branched_exec_lines.php ' );
2828 }
2929
3030 #[RequiresPhp('>=8.1 ' )]
3131 public function testExecutableLinesAreGroupedByBranchPhp81 (): void
3232 {
33- $ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php ' );
33+ $ this ->doTestSelfDescribingAssert (TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php ' );
3434 }
3535
3636 #[RequiresPhp('>=8.2 ' )]
3737 public function testExecutableLinesAreGroupedByBranchPhp82 (): void
3838 {
39- $ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php ' );
39+ $ this ->doTestSelfDescribingAssert (TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php ' );
4040 }
4141
42- private function doTestSelfDescribingAsset (string $ filename ): void
42+ private function doTestSelfDescribingAssert (string $ filename ): void
4343 {
4444 $ source = file_get_contents ($ filename );
4545 $ parser = (new ParserFactory )->createForHostVersion ();
You can’t perform that action at this time.
0 commit comments