| 1 | <?php  | 
            ||
| 5 | class CreateRouteCommandTest extends PHPUnit_Framework_TestCase  | 
            ||
| 6 | { | 
            ||
| 7 | private $name = 'testentity';  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 8 | private $routesPath = 'routes/';  | 
            ||
| 9 | private $filesCreated = [];  | 
            ||
| 10 | |||
| 11 | public function tearDown()  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @group Novice  | 
            ||
| 21 | * @group Commands  | 
            ||
| 22 | * @group CreateRoute  | 
            ||
| 23 | */  | 
            ||
| 24 | public function testItCreatesARouteFile()  | 
            ||
| 33 | |||
| 34 | }  | 
            ||
| 35 |