| 1 | <?php |
||
| 10 | class ComposeManagerPullTest extends PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | public function setUp() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Test stop whithout error |
||
| 21 | */ |
||
| 22 | public function testPull() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Test stop success with one compose file |
||
| 30 | */ |
||
| 31 | public function testPullWithOneComposeFileSpecified() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Test stop success with two compose files |
||
| 40 | */ |
||
| 41 | public function testPullpWithTwoComposeFilesSpecified() |
||
| 47 | } |
||
| 48 |