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