Home
last modified time | relevance | path

Searched refs:testStatic (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php32 protected static $testStatic = 0; variable in Framework_TestCaseTest
382 self::$testStatic = 123;
391 $this->assertSame(0, self::$testStatic);