| 1 | <?php namespace Cviebrock\LaravelElasticsearch\Tests; |
||
| 9 | class ServiceProviderTests extends TestCase |
||
|
|
|||
| 10 | { |
||
| 11 | |||
| 12 | public function testAbstractsAreLoaded(): void |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Test that the facade works. |
||
| 26 | * @todo This seems a bit simplistic ... maybe a better way to do this? |
||
| 27 | */ |
||
| 28 | public function testFacadeWorks(): void |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Test we can get the ES info. |
||
| 37 | */ |
||
| 38 | public function testInfoWorks(): void |
||
| 45 | } |
||
| 46 |