We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5bd54 commit b074b4dCopy full SHA for b074b4d
composer.json
@@ -36,10 +36,5 @@
36
"PHPCR\\Test\\": "inc/",
37
"PHPCR\\Tests\\": "tests/"
38
}
39
- },
40
- "extra": {
41
- "branch-alias": {
42
- "dev-master": "2.1-dev"
43
- }
44
45
tests/PhpcrUtils/CndParserTest.php
@@ -111,14 +111,6 @@ public function testErrorNoFile()
111
*/
112
public function testScannerErrorComment()
113
{
114
- /**
115
- * Remove this PHP7 only condition after PHPCR-Utils #168
116
- * (https://github.com/phpcr/phpcr-utils/issues/168) is closed
117
- */
118
- if (PHP_MAJOR_VERSION >= 7) {
119
- $this->markTestSkipped();
120
121
-
122
$this->expectException(ScannerException::class);
123
124
$cnd = <<<EOT
0 commit comments