SensioLabs\Melody\Tests\Configuration\RunConfigurationParserTest::providePhpOptionsError PHP Метод

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

    public function providePhpOptionsError()
    {
        return array(array(array('packages' => array('symfony/symfony: 1'), 'php-options' => 'string'), 'The php-options configuration should be an array.'));
    }