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']]);
    }