Skip to content

Commit e6fdf8e

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #868
2 parents f64a73b + 74c5867 commit e6fdf8e

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed

symfony/phpunit-bridge/5.1/.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../4.1/.env.test
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../4.3/bin/phpunit
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../3.3/manifest.json
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
4+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="bin/.phpunit/phpunit.xsd"
6+
backupGlobals="false"
7+
colors="true"
8+
bootstrap="tests/bootstrap.php"
9+
>
10+
<php>
11+
<ini name="error_reporting" value="-1" />
12+
<server name="APP_ENV" value="test" force="true" />
13+
<server name="SHELL_VERBOSITY" value="-1" />
14+
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
15+
<server name="SYMFONY_PHPUNIT_VERSION" value="8.5" />
16+
</php>
17+
18+
<testsuites>
19+
<testsuite name="Project Test Suite">
20+
<directory>tests</directory>
21+
</testsuite>
22+
</testsuites>
23+
24+
<filter>
25+
<whitelist processUncoveredFilesFromWhitelist="true">
26+
<directory suffix=".php">src</directory>
27+
</whitelist>
28+
</filter>
29+
30+
<listeners>
31+
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
32+
</listeners>
33+
</phpunit>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../3.3/post-install.txt

symfony/phpunit-bridge/5.1/tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../3.3/tests/

0 commit comments

Comments
 (0)