Skip to content

Commit

Permalink
Remove empty foreign key test.
Browse files Browse the repository at this point in the history
Foreign keys are not needed for the very first step of
re-factoring/building this feature. I'll add them back later on.
  • Loading branch information
markstory committed Apr 22, 2013
1 parent 62115e1 commit 87d8dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Database/Schema/Table.php
Expand Up @@ -172,6 +172,7 @@ public function column($name) {
* - `type` The type of index being added.
* - `columns` The columns in the index.
*
* @TODO implement foreign keys.
* @param string $name The name of the index.
* @param array $attrs The attributes for the index.
* @return Table $this
Expand Down
8 changes: 0 additions & 8 deletions lib/Cake/Test/TestCase/Database/Schema/TableTest.php
Expand Up @@ -131,12 +131,4 @@ public function testAddIndexTypes() {
]);
}

/**
* Test adding foreign keys.
*
* @return void
*/
public function testAddIndexForeign() {
}

}

0 comments on commit 87d8dd7

Please sign in to comment.