Skip to content

Commit

Permalink
removed uneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Jan 22, 2019
1 parent e9892dd commit 1d0c0b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Unit/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@ public function testMemcache()
$c = new Config();
$this->assertEquals(2, count((array)$c->connection('memcache')));
}

public function testGoogleKey()
{
$c = new Config();
$this->assertTrue(is_string($c->apiKey('google_geocoding')), 'Actual Value: ' . $c->apiKey('google_geocoding'));
}
}

0 comments on commit 1d0c0b6

Please sign in to comment.