ImboUnitTest\EventListener\ImageVariationsTest::testThrowsOnMissingStorageAdapter PHP Method

testThrowsOnMissingStorageAdapter() public method

    public function testThrowsOnMissingStorageAdapter()
    {
        return new ImageVariations(['database' => ['adapter' => $this->db]]);
    }