Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge 48e5975 into fb71f54
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 20, 2019
2 parents fb71f54 + 48e5975 commit ac6b55f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml.dist
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
Expand All @@ -15,4 +17,7 @@
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<php>
<env name="CDEK_BASE_URL" value="http://integration.edu.cdek.ru" />
</php>
</phpunit>

0 comments on commit ac6b55f

Please sign in to comment.