| 1 | <?php |
||
| 23 | class ProjectFactoryStrategiesTest extends TestCase |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @covers ::__construct |
||
| 27 | * @covers ::addStrategy |
||
| 28 | */ |
||
| 29 | public function testStrategiesAreChecked() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @covers ::findMatching |
||
| 37 | * @covers ::<private> |
||
| 38 | */ |
||
| 39 | public function testFindMatching() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @covers ::findMatching |
||
| 50 | * @covers ::<private> |
||
| 51 | * |
||
| 52 | * @expectedException \OutOfBoundsException |
||
| 53 | */ |
||
| 54 | public function testCreateThrowsExceptionWhenStrategyNotFound() |
||
| 59 | } |
||
| 60 |