File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/system/Database/Migrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ public function testFindMigrationsSuccessTimestamp()
238
238
$ mig1 = (object ) [
239
239
'version ' => '2018-01-24-102301 ' ,
240
240
'name ' => 'Some_migration ' ,
241
- 'path ' => TESTPATH . '_support/MigrationTestMigrations/Database/Migrations/2018-01-24-102301_Some_migration.php ' ,
241
+ 'path ' => realpath ( TESTPATH . '_support/MigrationTestMigrations/Database/Migrations/2018-01-24-102301_Some_migration.php ' ) ,
242
242
'class ' => 'Tests\Support\MigrationTestMigrations\Database\Migrations\Migration_some_migration ' ,
243
243
'namespace ' => 'Tests\Support\MigrationTestMigrations ' ,
244
244
];
@@ -247,7 +247,7 @@ public function testFindMigrationsSuccessTimestamp()
247
247
$ mig2 = (object ) [
248
248
'version ' => '2018-01-24-102302 ' ,
249
249
'name ' => 'Another_migration ' ,
250
- 'path ' => TESTPATH . '_support/MigrationTestMigrations/Database/Migrations/2018-01-24-102302_Another_migration.php ' ,
250
+ 'path ' => realpath ( TESTPATH . '_support/MigrationTestMigrations/Database/Migrations/2018-01-24-102302_Another_migration.php ' ) ,
251
251
'class ' => 'Tests\Support\MigrationTestMigrations\Database\Migrations\Migration_another_migration ' ,
252
252
'namespace ' => 'Tests\Support\MigrationTestMigrations ' ,
253
253
'uid ' => '20180124102302Tests\Support\MigrationTestMigrations\Database\Migrations\Migration_another_migration ' ,
You can’t perform that action at this time.
0 commit comments