-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
138 additions
and
608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<phpunit bootstrap="./tests/bootstrap.php" | ||
colors="true" | ||
convertErrorsToExceptions="true" | ||
convertNoticesToExceptions="true" | ||
convertWarningsToExceptions="true" | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" | ||
bootstrap="./tests/bootstrap.php" | ||
colors="true" | ||
> | ||
<testsuites> | ||
<testsuite name="FOSHttpCache tests"> | ||
<directory suffix="Test.php">./tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<filter> | ||
<whitelist> | ||
<directory>./src</directory> | ||
</whitelist> | ||
</filter> | ||
<testsuites> | ||
<testsuite name="FOSHttpCache tests"> | ||
<directory suffix="Test.php">./tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<listeners> | ||
<listener class="\FOS\HttpCache\Test\WebServerListener" /> | ||
</listeners> | ||
<extensions> | ||
<bootstrap class="FOS\HttpCache\Test\WebServerSubscriberExtension"/> | ||
</extensions> | ||
|
||
<php> | ||
<const name="NGINX_FILE" value="./tests/Functional/Fixtures/nginx/fos.conf" /> | ||
<const name="WEB_SERVER_HOSTNAME" value="localhost" /> | ||
<const name="WEB_SERVER_PORT" value="8080" /> | ||
<const name="WEB_SERVER_DOCROOT" value="./tests/Functional/Fixtures/web" /> | ||
</php> | ||
<const name="NGINX_FILE" value="./tests/Functional/Fixtures/nginx/fos.conf"/> | ||
<const name="WEB_SERVER_HOSTNAME" value="localhost"/> | ||
<const name="WEB_SERVER_PORT" value="8080"/> | ||
<const name="WEB_SERVER_DOCROOT" value="./tests/Functional/Fixtures/web"/> | ||
</php> | ||
|
||
<source> | ||
<include> | ||
<directory>./src</directory> | ||
</include> | ||
</source> | ||
</phpunit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.