Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBeforeClassWithOnlyDataProviderTest.php5 public static $beforeClassWasCalled; variable in BeforeClassWithOnlyDataProviderTest
10 self::$beforeClassWasCalled = false;
23 self::$beforeClassWasCalled = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php183 …$this->assertTrue(BeforeClassWithOnlyDataProviderTest::$beforeClassWasCalled, '@beforeClass method…