Phalcon\Test\Unit\Translate\Adapter\CsvTest::testContentParamExist PHP Method

testContentParamExist() public method

Catch Exception
Since: 2014-11-04
Author: Ivan Zubok ([email protected])
    public function testContentParamExist()
    {
        $this->specify("Parameter 'content' is required", function () {
            new Csv([]);
        }, ['throws' => ['Phalcon\\Translate\\Exception']]);
    }