CRUDlexTests\ServiceProviderTest::testInitWithEmptyFile PHP Method

testInitWithEmptyFile() public method

    public function testInitWithEmptyFile()
    {
        $app = new Application();
        $crudServiceProvider = new ServiceProvider();
        $crudServiceProvider->init($this->dataFactory, __DIR__ . '/../emptyCrud.yml', $this->fileProcessorMock, true, $app);
    }