Skip to content

Commit

Permalink
Remove dead/non-functional code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 27, 2013
1 parent 5f652f4 commit 5e0d4b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
10 changes: 0 additions & 10 deletions lib/Cake/Database/Schema/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,4 @@ public function describe($name) {
return $table;
}

/**
* Get column & index metadata for a table.
*
* @param string $name The name of the table to describe
* @return Cake\Schema\Table object for table
* @see Collection::describe()
*/
public function fullDescribe($table) {
}

}
12 changes: 4 additions & 8 deletions lib/Cake/Test/TestCase/Database/Schema/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ public function tearDown() {
}

/**
* Test getting simple descriptions for tables.
* Test that describing non-existent tables fails.
*
* Tests for positive describe() calls are in each platformSchema
* test case.
*
* @return void
*/
public function testDescribe() {

}

/**
* @return void
*/
public function testDescribeIncorrectTable() {
Expand Down

0 comments on commit 5e0d4b7

Please sign in to comment.