You are here

public function BeforeAndAfterTest::initialSetup in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/BeforeAndAfterTest.php \BeforeAndAfterTest::initialSetup()

@before

File

vendor/phpunit/phpunit/tests/_files/BeforeAndAfterTest.php, line 16

Class

BeforeAndAfterTest

Code

public function initialSetup() {
  self::$beforeWasRun++;
}