Commit dbb1124b authored by Lee Davis's avatar Lee Davis

remove more whitespace

parent 3d5837db
......@@ -229,7 +229,7 @@ class ComparatorTest extends \PHPUnit_Framework_TestCase
$this->assertCount(0, $tableDiff->removedColumns, "Nothing should be removed.");
$this->assertCount(0, $tableDiff->changedColumns, "Nothing should be changed as all fields old & new have diff names.");
}
public function testCompareRemovedIndex()
{
$schema1 = new Schema( array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment