Skip to content

Commit

Permalink
Merge pull request #12 from bluzphp/develop
Browse files Browse the repository at this point in the history
Renamed migrations
  • Loading branch information
Anton authored Oct 25, 2017
2 parents 9d539de + 504b14b commit 648698d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* CreateMediaTable
*/
class ModuleMedia extends AbstractMigration
class Media extends AbstractMigration
{
/**
* Change Method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* CreateMediaTable
*/
class ModuleMediaPermissions extends AbstractMigration
class MediaPermissions extends AbstractMigration
{
/**
* Migrate Up.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/media/controllers/CrudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function testUploadFile()
Request::setInstance($request);

self::getApp()->process();
self::assertRedirect('media', 'grid');
self::assertReload();
}

/**
Expand Down

0 comments on commit 648698d

Please sign in to comment.