1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02:00

travis should be able to run tests in 5.2

This commit is contained in:
Emanuil Rusev
2014-04-26 01:05:49 +03:00
parent 5e95242318
commit 22affa124b
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<file>tests/Test.php</file>