| 1 | <?php |
||
| 11 | class ModuleTest extends TestCase |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @test |
||
| 16 | */ |
||
| 17 | public function testConstructor() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @test |
||
| 28 | * @expectedException \Wambo\Core\Module\Exception\InvalidArgumentException |
||
| 29 | */ |
||
| 30 | public function testInvalidArgumentsInConstructor() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @test |
||
| 40 | */ |
||
| 41 | public function testTowModulesAreEqual() |
||
| 53 | |||
| 54 | } |
||
| 55 |