You are here

public function IsolationTest::testIsInIsolationReturnsFalse in Zircon Profile 8

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

File

vendor/phpunit/phpunit/tests/_files/IsolationTest.php, line 4

Class

IsolationTest

Code

public function testIsInIsolationReturnsFalse() {
  $this
    ->assertFalse($this
    ->isInIsolation());
}