@@ -23,11 +23,11 @@ |
||
| 23 | 23 | |
| 24 | 24 | public function testSiLaClaseExisteYDevuelveUnObjeto() |
| 25 | 25 | { |
| 26 | - $this->assertIsObject($this->class->crear('test\Dummy', array() ) ); |
|
| 26 | + $this->assertIsObject($this->class->crear('test\Dummy', array())); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | public function testSiRegresaUnaClaseEsConsideradaUnObjeto() |
| 30 | 30 | { |
| 31 | - $this->assertIsObject( $this->crearDummy->crear(array() ) ); |
|
| 31 | + $this->assertIsObject($this->crearDummy->crear(array())); |
|
| 32 | 32 | } |
| 33 | 33 | } |
| 34 | 34 | \ No newline at end of file |