mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47: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:
@@ -19,7 +19,6 @@ final class InputStreamTest extends CrtTestCase {
|
||||
}
|
||||
|
||||
public function testMemoryStream() {
|
||||
$this->skipFFI();
|
||||
$mem_stream = $this->getMemoryStream();
|
||||
$stream = new InputStream($mem_stream);
|
||||
$this->assertNotNull($stream, "Failed to create InputStream from PHP memory stream");
|
||||
|
||||
Reference in New Issue
Block a user