| 1 | <?php |
||
| 7 | class FactoryTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * |
||
| 11 | */ |
||
| 12 | public function testImplementsInterface() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @covers Minifine\Factory::build |
||
| 19 | */ |
||
| 20 | public function testBuildDevelopment() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @covers Minifine\Factory::build |
||
| 27 | */ |
||
| 28 | public function testBuildProduction() |
||
| 32 | } |
||
| 33 |