1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-24 11:58:11 +03:00

Chaning phpunit groups in the migration util test

This commit is contained in:
Matt Button 2011-02-16 23:09:45 +00:00
parent 17b36782e1
commit 8b550a43d4

View file

@ -4,7 +4,9 @@
* Testcase for Minion_Migration_Util
*
* @group minion
**/
* @group minion.tasks
* @group minion.tasks.migrations
*/
class Minion_Migration_UtilTest extends Kohana_Unittest_TestCase {
/**