BUGFIX: Remove () that was breaking coverage report

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@109128 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Luke Hudson 2010-08-10 03:35:15 +00:00 committed by Sam Minnee
parent 0e3bea57ce
commit dce50511d3

View File

@ -161,7 +161,7 @@ class VersionedTest extends SapphireTest {
} }
/** /**
* @covers DataObject::hasOwnTableDatabaseField() * Tests DataObject::hasOwnTableDatabaseField
*/ */
public function testHasOwnTableDatabaseFieldWithVersioned() { public function testHasOwnTableDatabaseFieldWithVersioned() {
$noversion = new DataObject(); $noversion = new DataObject();