mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Removed FFI support (#45)
* Removed FFI support * run_tests and ci-test.sh should never have differed. Fixing now * run_tests can now update composer
This commit is contained in:
@@ -10,7 +10,6 @@ require_once('common.inc');
|
||||
class LogTest extends CrtTestCase {
|
||||
|
||||
public function testLogToStream() {
|
||||
$this->skipFFI();
|
||||
$log_stream = fopen("php://memory", "r+");
|
||||
$this->assertNotNull($log_stream);
|
||||
Log::toStream($log_stream);
|
||||
|
||||
Reference in New Issue
Block a user