Skip to content

Commit

Permalink
Merge pull request #14609 from cakephp/move-querytests
Browse files Browse the repository at this point in the history
4.1 - Grouped query tests under QueryTests/
  • Loading branch information
markstory committed May 23, 2020
2 parents 7fe6e4d + 3b65029 commit 2c8e0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
* @since 4.1.0
* @license https://opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Test\TestCase\Database;
namespace Cake\Test\TestCase\Database\QueryTests;

use Cake\Database\Driver\Mysql;
use Cake\Database\Driver\Sqlite;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* @since 4.1.0
* @license https://opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Test\TestCase\Database;
namespace Cake\Test\TestCase\Database\QueryTests;

use Cake\Database\Expression\QueryExpression;
use Cake\Database\Expression\WindowExpression;
Expand Down

0 comments on commit 2c8e0fd

Please sign in to comment.