Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Aug 11, 2014
1 parent 369d15d commit 7572b8e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tests/TestCase/Database/Expression/CaseExpressionTest.php
@@ -1,11 +1,16 @@
<?php
/**
* Project: hesa-mbit.
* User: walther
* Date: 2014/08/08
* Time: 9:37 AM
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The Open Group Test Suite License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
* @since 3.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace Cake\Test\TestCase\Database\Expression;

use Cake\Database\Expression\QueryExpression;
Expand Down

0 comments on commit 7572b8e

Please sign in to comment.