| 1 | <?php |
||
| 9 | class ComposeFileTest extends PHPUnit_Framework_TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Test create file success |
||
| 13 | */ |
||
| 14 | public function testCreateCompseFileSuccess() { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Test create file failed |
||
| 21 | * |
||
| 22 | * @expectedException Exception |
||
| 23 | */ |
||
| 24 | public function testCreateCompseFileFailed() { |
||
| 27 | } |
||
| 28 |