1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 20:02:33 +02:00

Remove PHPUnit bootstrap in favour of composer

This commit is contained in:
Daniel Rudolf
2016-09-05 22:04:46 +02:00
parent 33a23fbfb2
commit 73dbe2fd17
4 changed files with 13 additions and 19 deletions

View File

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