Remove obsolete test skip

The test no longer depends on PHP 5.4, so don't skip it.
This commit is contained in:
nikic 2012-03-10 10:55:34 +01:00
parent d7407af87d
commit e856fe3944

View File

@ -182,10 +182,6 @@ EOC;
}
public function testAddTraitNamespacedName() {
if (!version_compare(PHP_VERSION, '5.4.0RC1', '>=')) {
$this->markTestSkipped('The test requires PHP 5.4');
}
$stmts = $this->createNamespacedAndNonNamespaced(array(
new PHPParser_Node_Stmt_Trait('A')
));