mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
Remove obsolete test skip
The test no longer depends on PHP 5.4, so don't skip it.
This commit is contained in:
parent
d7407af87d
commit
e856fe3944
@ -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')
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user