10000 Fix phpunit bridge (ter) · symfony/symfony@a522f5e · GitHub
[go: up one dir, main page]

Skip to content

Commit a522f5e

Browse files
Fix phpunit bridge (ter)
1 parent 9de153b commit a522f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ class ProcessIsolationTest extends TestCase
1919
public function testIsolation()
2020
{
2121
@trigger_error('Test abc', E_USER_DEPRECATED);
22-
$test->addToAssertionCount(1);
22+
$this->addToAssertionCount(1);
2323
}
2424
}

0 commit comments

Comments
 (0)
0