Skip to content

Commit

Permalink
Fixed new test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Firtzberg committed Jan 13, 2021
1 parent 738b5af commit 6efff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phinx/Console/Command/SeedCreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function testAlternativeTemplate()
$this->assertFileExists($match['SeedFilename'], 'Failed to create seed file from template generator');

// Does the migration match our expectation?
$expectedMigration = "useClassName Phinx\\Seed\\AbstractSeed / className {$commandLine['name']} / version {$match['Version']} / baseClassName AbstractSeed";
$expectedMigration = "useClassName Phinx\\Seed\\AbstractSeed / className {$commandLine['name']} / baseClassName AbstractSeed";
$this->assertStringEqualsFile($match['SeedFilename'], $expectedMigration, 'Failed to create seed file from template generator correctly.');
}
}

0 comments on commit 6efff22

Please sign in to comment.