From ed06650390bad2bb78ad8d683958fa1f66564063 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 May 2019 22:14:00 -0500 Subject: [PATCH] move array over --- tests/Endpoints/UARulesTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Endpoints/UARulesTest.php b/tests/Endpoints/UARulesTest.php index fec94b5..8406745 100644 --- a/tests/Endpoints/UARulesTest.php +++ b/tests/Endpoints/UARulesTest.php @@ -19,10 +19,10 @@ class UARulesTest extends TestCase ->method('get') ->with( $this->equalTo('zones/023e105f4ecef8ad9ca31a8372d0c353/firewall/ua_rules'), - $this->equalTo([ - 'page' => 1, - 'per_page' => 20 - ]) + $this->equalTo([ + 'page' => 1, + 'per_page' => 20 + ]) ); $zones = new \Cloudflare\API\Endpoints\UARules($mock);