ImboUnitTest\Resource\ImagesTest::testSupportsHttpGet PHP Method

testSupportsHttpGet() public method

public testSupportsHttpGet ( )
    public function testSupportsHttpGet()
    {
        $this->manager->expects($this->once())->method('trigger')->with('db.images.load');
        $this->resource->getImages($this->event);
    }