Mark Scherer 10 years ago
parent
commit
0e38152173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/Lib/GooglLibTest.php

+ 1 - 1
Test/Case/Lib/GooglLibTest.php

@@ -63,7 +63,7 @@ class GooglLibTest extends MyCakeTestCase {
 	 * @return void
 	 */
 	public function testApi() {
-		$this->skipIf(!Configure::write('Googl.key'), 'No Api Key found');
+		$this->skipIf(!Configure::read('Googl.key'), 'No Api Key found');
 
 		// Shorten with key
 		$url = 'http://www.blue.de';