for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Chris Hilsdon <[email protected]>
*/
namespace Cloudflare\Tests;
use Cloudflare;
class ZoneAnalyticsTest extends BaseUnit
{
protected $ZoneAnalytics;
//koolserve.xyz
private $KSZoneID = "0f236a513258267544b22764501c4ae6";
$KSZoneID
This check marks private properties in classes that are never used. Those properties can be removed.
protected function setup()
$this->newCloudflare();
$this->ZoneAnalytics = new Cloudflare\ZoneAnalytics($this->getCloudflare());
}
public function testDashboardNoZone()
$test = $this->ZoneAnalytics->fetchDashboard();
$this->assertFalse($test, "TODO: Cahnge me");
This check marks private properties in classes that are never used. Those properties can be removed.