Elgg\EntityIconServiceTest::testThrowsExceptionOnSaveIconFromNonExistentElggFile PHP Метод

testThrowsExceptionOnSaveIconFromNonExistentElggFile() публичный Метод

    public function testThrowsExceptionOnSaveIconFromNonExistentElggFile()
    {
        $service = $this->createService();
        $service->saveIconFromElggFile($this->entity, new \ElggFile());
    }