You are here

public static function BeforeAndAfterTest::resetProperties in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/BeforeAndAfterTest.php \BeforeAndAfterTest::resetProperties()
2 calls to BeforeAndAfterTest::resetProperties()
Framework_SuiteTest::testBeforeAnnotation in vendor/phpunit/phpunit/tests/Framework/SuiteTest.php
Framework_SuiteTest::testTestWithAnnotation in vendor/phpunit/phpunit/tests/Framework/SuiteTest.php

File

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

Class

BeforeAndAfterTest

Code

public static function resetProperties() {
  self::$beforeWasRun = 0;
  self::$afterWasRun = 0;
}