File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44 colors=" true"
55 processIsolation=" false"
66 stopOnFailure=" false"
7+ bootstrap=" ./tests/bootstrap.php"
8+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/10.5/phpunit.xsd"
79 displayDetailsOnTestsThatTriggerDeprecations=" true"
810 displayDetailsOnTestsThatTriggerErrors=" true"
911 displayDetailsOnTestsThatTriggerNotices=" true"
1012 displayDetailsOnTestsThatTriggerWarnings=" true"
11- bootstrap=" ./tests/bootstrap.php"
1213 backupStaticProperties=" false"
1314 >
1415 <testsuites >
Original file line number Diff line number Diff line change 22
33class SyntaxTest extends \PHPFUI \PHPUnitSyntaxCoverage \Extensions
44 {
5- /** @group SyntaxTest */
65 public function testDirectory () : void
76 {
87 $ this ->addSkipDirectory ('makefont ' );
@@ -11,7 +10,6 @@ public function testDirectory() : void
1110 $ this ->assertValidPHPDirectory (__DIR__ . '/../examples ' , 'examples directory has an error ' );
1211 }
1312
14- /** @group SyntaxTest */
1513 public function testValidPHPFile () : void
1614 {
1715 $ this ->assertValidPHPFile (__DIR__ . '/../.php-cs-fixer.dist.php ' , '.php-cs-fixer.dist.php file is bad ' );
You can’t perform that action at this time.
0 commit comments