Replace alias functions with origin functions
This commit is contained in:
@@ -18,6 +18,6 @@ class APIKeyTest extends TestCase
|
||||
$this->assertEquals('example@example.com', $headers['X-Auth-Email']);
|
||||
$this->assertEquals('1234567893feefc5f0q5000bfo0c38d90bbeb', $headers['X-Auth-Key']);
|
||||
|
||||
$this->assertEquals(2, sizeof($headers));
|
||||
$this->assertEquals(2, count($headers));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user