skipped some tests on PHP 5.3

This commit is contained in:
Fabien Potencier 2013-10-04 15:17:50 +02:00
parent e18bd76dd8
commit 678e1de289
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ use Symfony\Bundle\FrameworkBundle\Console\Descriptor\JsonDescriptor;
class JsonDescriptorTest extends AbstractDescriptorTest
{
protected function setUp()
{
$this->markTestSkipped('Test skipped on PHP 5.3 as JSON_PRETTY_PRINT does not exist.');
}
protected function getDescriptor()
{
return new JsonDescriptor();