mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
added namespace + mv iTopComposer + optimize FileIterator
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user