Updated TLS.php and added new endpoints to new ZoneSettings.php
This commit is contained in:
18
tests/Auth/NoneTest.php
Normal file
18
tests/Auth/NoneTest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: junade
|
||||
* Date: 04/09/2017
|
||||
* Time: 20:08
|
||||
*/
|
||||
|
||||
class NoneTest extends TestCase
|
||||
{
|
||||
public function testGetHeaders()
|
||||
{
|
||||
$auth = new \Cloudflare\API\Auth\None();
|
||||
$headers = $auth->getHeaders();
|
||||
|
||||
$this->assertEquals([], $headers);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user