mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
support cross version phpunit (#92)
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@
|
||||
* SPDX-License-Identifier: Apache-2.0.
|
||||
*/
|
||||
use AWS\CRT\CRT;
|
||||
use Yoast\PHPUnitPolyfills\TestCases\TestCase;
|
||||
|
||||
final class ErrorTest extends PHPUnit_Framework_TestCase {
|
||||
final class ErrorTest extends TestCase {
|
||||
|
||||
public function testNoInitialError() {
|
||||
$this->assertEquals(0, CRT::last_error());
|
||||
|
||||
Reference in New Issue
Block a user