Skip to content

Commit

Permalink
Remove duplicate test method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 26, 2013
1 parent 69109f4 commit 6d1461c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions lib/Cake/Test/TestCase/TestSuite/TestFixtureTest.php
Expand Up @@ -158,15 +158,6 @@ public function testInitStaticFixture() {
$this->assertEmpty($schema->indexes());
}

/**
* test initializing an import fixture.
*
* @return void
*/
public function testInitImportFixture() {
$this->markTestIncomplete('not done');
}

/**
* test that init() correctly sets the fixture table when the connection
* or model have prefixes defined.
Expand Down Expand Up @@ -268,11 +259,11 @@ public function testInitModelTablePrefix() {
}

/**
* testImport
* test import fixture initialization
*
* @return void
*/
public function testImport() {
public function testInitImport() {
$fixture = new ImportFixture();
$fixture->fields = $fixture->records = null;
$fixture->import = [
Expand Down

0 comments on commit 6d1461c

Please sign in to comment.