1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +03:00

adding a test for sql files in the migrations folder (refs #18)

This commit is contained in:
Lorenzo Pisani 2011-07-01 23:32:31 -07:00
parent cc193c43c6
commit 0f201b0906

View file

@ -511,6 +511,9 @@ class Minion_Migration_ModelTest extends Kohana_Unittest_Database_TestCase
),
array(
'migrations/myapp' => array(
// This file should be ignored
'migrations/myapp/015151051_setup.sql'
=> '/var/www/app/groups/myapp/migrations/myapp/015151051_setup.sql',
'migrations/myapp/015151051_setup.php'
=> '/var/www/app/groups/myapp/migrations/myapp/015151051_setup.php',
'migrations/myapp/015161051_add-comments.php'