Skip to content

Commit 747a3dc

Browse files
committed
test(Install): fix namespace for test class
1 parent 62beea3 commit 747a3dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/migration/migration_to_1_2_0_Test.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@
3030
* -------------------------------------------------------------------------
3131
*/
3232

33+
namespace GlpiPlugin\Carbon\Tests;
34+
3335
use DBmysql;
3436
use GlpiPlugin\Carbon\Install;
3537
use Location as GlpiLocation;
3638
use GlpiPlugin\Carbon\Tests\DbTestCase;
3739
use GlpiPlugin\Carbon\Uninstall;
40+
use Migration;
41+
use Plugin;
3842

3943
class migration_to_1_2_0_Test extends DbTestCase
4044
{

0 commit comments

Comments
 (0)