Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
smsapi
/
api_sdk
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
:
IsolationTest.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php class IsolationTest extends PHPUnit_Framework_TestCase { public function testIsInIsolationReturnsFalse() { $this->assertFalse($this->isInIsolation()); } public function testIsInIsolationReturnsTrue() { $this->assertTrue($this->isInIsolation()); } }