added namespace + mv iTopComposer + optimize FileIterator

This commit is contained in:
odain
2020-02-20 14:46:32 +01:00
parent ee39a387db
commit 84a11fb3c1
4 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<?php
use Combodo\iTop\Composer\iTopComposer;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
/**
@@ -26,10 +27,11 @@ use Combodo\iTop\Test\UnitTest\ItopTestCase;
class iTopComposerTest extends ItopTestCase
{
// protected function setUp()
// {
// parent::setUp();
// }
protected function setUp()
{
parent::setUp();
clearstatcache();
}
public function testListAllTestDir()
{