home
/
zktecojo
/
public_html
/
vendor
/
intervention
/
image
/
tests
➕ New
📤 Upload
✎ Editing:
AbstractDriverTest.php
← Back
<?php class AbstractDriverTest extends PHPUnit_Framework_TestCase { public function tearDown() { Mockery::close(); } /** * @expectedException \Intervention\Image\Exception\NotSupportedException */ public function testExecuteCommand() { $image = Mockery::mock('Intervention\Image\Image'); $driver = $this->getMockForAbstractClass('\Intervention\Image\AbstractDriver'); $command = $driver->executeCommand($image, 'xxxxxxxxxxxxxxxxxxxxxxx', array()); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel