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

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

    public function testThrowsExceptionIfLocalFileIsNotReadable()
    {
        $service = $this->createService();
        $local_file = $this->config()->get('dataroot') . '_______empty';
        $service->saveIconFromLocalFile($this->entity, $local_file);
    }