Skip to content

Commit

Permalink
This test does not need to be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 10, 2023
1 parent d39df1e commit 3b8daff
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
--TEST--
phpunit ../../../_files/abstract/without-test-suffix/ConcreteTestClassExtendingAbstractTestClassWithoutTestSuffixTest.php
--SKIPIF--
<?php declare(strict_types=1);
print 'skip: https://github.com/sebastianbergmann/phpunit/issues/4979';
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--do-not-cache-result';
Expand All @@ -12,3 +9,12 @@ $_SERVER['argv'][] = __DIR__ . '/../../../_files/abstract/without-test-suffix/Co
require_once __DIR__ . '/../../../bootstrap.php';
PHPUnit\TextUI\Application::main();
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.

Runtime: %s

. 1 / 1 (100%)

Time: %s, Memory: %s

OK (1 test, 1 assertion)

0 comments on commit 3b8daff

Please sign in to comment.