Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 16, 2013
1 parent 06c9067 commit fd157b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/ORM/QueryTest.php
Expand Up @@ -66,7 +66,7 @@ public function setUp() {
$orderTypes = Table::build('orderType', ['schema' => $schema]);
$stuff = Table::build('stuff', ['schema' => $schema, 'table' => 'things']);
$stuffTypes = Table::build('stuffType', ['schema' => $schema]);
$categories = Table::build('category', ['sche' => $schema]);
$categories = Table::build('category', ['schema' => $schema]);

$table->belongsTo('client');
$clients->hasOne('order');
Expand Down

0 comments on commit fd157b8

Please sign in to comment.