Skip to content

Commit

Permalink
Unskip test.
Browse files Browse the repository at this point in the history
The path to the file was wrong, so the test was skipped.
  • Loading branch information
markstory committed Aug 22, 2014
1 parent a3d7d2a commit 22d2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Validation/ValidationTest.php
Expand Up @@ -2361,7 +2361,7 @@ public function testDatetime() {
* @return void
*/
public function testMimeType() {
$image = CORE_PATH . 'Cake/Test/TestApp/webroot/img/cake.power.gif';
$image = CORE_TESTS . 'test_app/webroot/img/cake.power.gif';
$File = new File($image, false);

$this->skipIf(!$File->mime(), 'Cannot determine mimeType');
Expand Down

0 comments on commit 22d2e32

Please sign in to comment.