BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: IsolationTest.php
<?php class IsolationTest extends PHPUnit_Framework_TestCase { public function testIsInIsolationReturnsFalse() { $this->assertFalse($this->isInIsolation()); } public function testIsInIsolationReturnsTrue() { $this->assertTrue($this->isInIsolation()); } }
Save
Cancel