Initial commit of migrated code from noccylabs/acpi-thermal

This commit is contained in:
2015-01-23 19:15:07 +01:00
parent fa5788791a
commit 5b46f454c2
17 changed files with 946 additions and 0 deletions

5
tests/bootstrap.php Normal file
View File

@ -0,0 +1,5 @@
<?php
extension_loaded("xdebug") || (is_callable("dl") && @dl("xdebug.so"));
require_once __DIR__."/../vendor/autoload.php";