Skip to content

Commit

Permalink
Don't use default in test.
Browse files Browse the repository at this point in the history
It likely doesn't exist.
  • Loading branch information
markstory committed Jun 10, 2017
1 parent ef45d24 commit f4ea6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp
Expand Up @@ -61,7 +61,7 @@
<?php <?php
if (!empty($filePresent)): if (!empty($filePresent)):
App::uses('ConnectionManager', 'Model'); App::uses('ConnectionManager', 'Model');
$connected = ConnectionManager::getDataSource('default'); $connected = ConnectionManager::getDataSource('test');
?> ?>
<p> <p>
<span class="notice"> <span class="notice">
Expand Down

0 comments on commit f4ea6ca

Please sign in to comment.