| 1 | <?php |
||
| 13 | class SimpleEntityGeneratorGenerateCommandTest extends WebTestCase |
||
| 14 | { |
||
| 15 | private $application = null; |
||
| 16 | |||
| 17 | public function setUp() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @expectedException \Symfony\Component\Console\Exception\RuntimeException |
||
| 28 | * @expectedExceptionMessage Not enough arguments (missing: "bundle_name, file_name") |
||
| 29 | */ |
||
| 30 | public function testRunCommandWithoutArguments() |
||
| 36 | } |
||
| 37 |