Initial commit of migrated code from noccylabs/acpi-thermal
This commit is contained in:
5
tests/bootstrap.php
Normal file
5
tests/bootstrap.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
extension_loaded("xdebug") || (is_callable("dl") && @dl("xdebug.so"));
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
Reference in New Issue
Block a user