Extracted lcdbridge and added first signs of RPI B+ to pi mapper

This commit is contained in:
2014-08-13 03:04:31 +02:00
parent 1449ec643f
commit ec4e5bd6ab
9 changed files with 75 additions and 100 deletions

7
phpunit.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="linux-gpio">
<directory suffix="Test.php">tests/src/</directory>
</testsuite>
</testsuites>
</phpunit>