Skip to content

Commit

Permalink
Formatting!
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed May 9, 2014
1 parent 955769f commit 2a77983
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/Service/CacheTrackerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function testGetQueries()
$this->assertEquals($datum[3], $query['value'], 'getQueries returns value for data example ' . $index);
}


$tracker = $this->testConstruct('unpopulated');

$tracker->enableQueryLogging(false);
Expand All @@ -95,7 +94,7 @@ public function testGetQueries()

protected function getPopulatedTracker($tracker = null)
{
if(is_null($tracker)) {
if (is_null($tracker)) {
$tracker = $this->testConstruct('populated');
}

Expand All @@ -107,7 +106,6 @@ protected function getPopulatedTracker($tracker = null)
return $tracker;
}


protected function getData()
{
return array(
Expand Down

0 comments on commit 2a77983

Please sign in to comment.