mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
update tests
This commit is contained in:
@@ -10,17 +10,15 @@
|
||||
namespace Combodo\iTop\Test\UnitTest\Core;
|
||||
|
||||
|
||||
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
|
||||
use Combodo\iTop\Test\UnitTest\ItopTestCase;
|
||||
use DBObjectSearch;
|
||||
use Exception;
|
||||
use OqlInterpreter;
|
||||
|
||||
/**
|
||||
* @runTestsInSeparateProcesses
|
||||
* @preserveGlobalState disabled
|
||||
* @backupGlobals disabled
|
||||
*/
|
||||
class OQLParserTest extends ItopDataTestCase
|
||||
class OQLParserTest extends ItopTestCase
|
||||
{
|
||||
/**
|
||||
* @dataProvider NestedQueryProvider
|
||||
|
||||
Reference in New Issue
Block a user