Skip to content

Commit

Permalink
update migration tests to remove migration file after run migration
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 18, 2018
1 parent 3f55906 commit b60cc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/Commands/SessionsCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function setUp()
public function tearDown()
{
stream_filter_remove($this->stream_filter);
system('rm ' . APPPATH . '/Database/Migrations/*.php');
}

public function testCreateMigrationCommand()
Expand Down

0 comments on commit b60cc35

Please sign in to comment.