mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Unit tests and I/O bindings (#8)
* Added composer config, added IO/error tests using phpunit * Added ApiGen doc comments * Added test to ensure last_error is not set from loading up the CRT
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
||||
// ffi.enable=preload
|
||||
// opcache.preload=preload.php
|
||||
if (function_exists("opcache_compile_file")) {
|
||||
opcache_compile_file(__DIR__ . "/crt.php");
|
||||
opcache_compile_file(__DIR__ . "/lib.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user