Skip to content

Commit bd83c6d

Browse files
committed
Fix test
1 parent 4e3d307 commit bd83c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Endpoints/ZonesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ public function testGetAnalyticsDashboard()
141141
->method('get')
142142
->with(
143143
$this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/analytics/dashboard'),
144-
$this->equalTo([]),
145-
$this->equalTo(['since' => '-10080', 'until' => '0', 'continuous' => true])
144+
$this->equalTo(['since' => '-10080', 'until' => '0', 'continuous' => var_export(true, true)]),
145+
$this->equalTo([])
146146
);
147147

148148
$zones = new \Cloudflare\API\Endpoints\Zones($mock);

0 commit comments

Comments
 (0)