Phalcon\Test\Unit\Translate\Adapter\CsvTest::testContentParamExist PHP Метод

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

Catch Exception
С версии: 2014-11-04
Автор: Ivan Zubok ([email protected])
    public function testContentParamExist()
    {
        $this->specify("Parameter 'content' is required", function () {
            new Csv([]);
        }, ['throws' => ['Phalcon\\Translate\\Exception']]);
    }