Skip to content

Commit 24cdfc2

Browse files
committed
Adding phpunit configuration
Removing unnecessary testing files
1 parent 83e71b3 commit 24cdfc2

File tree

4 files changed

+39
-71
lines changed

4 files changed

+39
-71
lines changed

composer.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit bootstrap="tests/unit/_bootstrap.php" colors="false">
3+
<testsuites>
4+
<testsuite name="unit">
5+
<directory suffix="Test.php">./tests/unit</directory>
6+
</testsuite>
7+
</testsuites>
8+
</phpunit>

tests/acceptance/_bootstrap.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/acceptance/install/InstallWeblinksCest.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)