| 1 | <?php |
||
| 16 | class ElasticaSpecificationBundleTest extends TestCase |
||
| 17 | { |
||
| 18 | public function testConstruction() |
||
| 19 | { |
||
| 20 | $bundle = new ElasticaSpecificationBundle(); |
||
| 21 | |||
| 22 | $this->assertInstanceOf(ElasticaSpecificationBundle::class, $bundle); |
||
| 23 | $this->assertInstanceOf(Bundle::class, $bundle); |
||
| 24 | } |
||
| 25 | |||
| 26 | public function testBuildAddCompilerPass() |
||
| 37 | } |
||
| 38 |