init: term colors, completion, execution

This commit is contained in:
Adphi
2019-01-19 15:40:52 +01:00
commit c909a11420
26 changed files with 3097 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>