Skip to content

Commit

Permalink
Fixing namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 15, 2014
1 parent d0047ed commit c112a18
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,7 +12,7 @@
* @since CakePHP(tm) v 3.0.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace Cake\Test\TestCase\Model\Behavior;
namespace Cake\Test\TestCase\Model\Behavior\Translate;

use Cake\Model\Behavior\Translate\TranslateTrait;
use Cake\ORM\Entity;
Expand All @@ -25,7 +25,7 @@ class TestEntity extends Entity {
/**
* Translate behavior test case
*/
class TranslateBehaviorTest extends TestCase {
class TranslateTraitTest extends TestCase {

/**
* Tests that missing translation entries are created automatically
Expand Down

0 comments on commit c112a18

Please sign in to comment.