Skip to content

Commit

Permalink
Merge branch '8.5' into 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 23, 2022
2 parents 53aa87a + 6411097 commit e354bc6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phar/phpunit.xml
Expand Up @@ -6,7 +6,8 @@
failOnWarning="true">
<testsuites>
<testsuite name="default">
<directory>tests</directory>
<directory>tests/standard</directory>
<directory suffix="phpt">tests/phpt</directory>
</testsuite>
</testsuites>

Expand Down
11 changes: 11 additions & 0 deletions tests/phar/tests/phpt/greeter.phpt
@@ -0,0 +1,11 @@
--TEST--
Greeter
--FILE--
<?php declare(strict_types=1);
require_once __DIR__ . '/../../src/Greeter.php';

use PHPUnit\TestFixture\Phar\Greeter;

print (new Greeter)->greet();
--EXPECT--
Hello world!
File renamed without changes.
File renamed without changes.

0 comments on commit e354bc6

Please sign in to comment.