move tests from

- within checklist test suite
 - to standard test suite + excluded from the checklist
This commit is contained in:
bruno-ds
2020-08-06 09:55:06 +02:00
parent da34383363
commit 4e0c6e5614
3 changed files with 35 additions and 42 deletions

View File

@@ -1,25 +1,19 @@
<?php
/**
* Copyright (C) 2010-2020 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http: *www.gnu.org/licenses/>
*
* Copyright (C) 2013-2020 Combodo SARL
* This file is part of iTop.
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
*/
namespace Combodo\iTop\Test\UnitTest\ReleaseChecklist;
namespace Combodo\iTop\Test\UnitTest\Integration;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
use DOMDocument;
@@ -27,7 +21,6 @@ use iTopDesignFormat;
/**
* Class iTopDesignFormatChecklistTest
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
@@ -37,13 +30,15 @@ use iTopDesignFormat;
*
* @package Combodo\iTop\Test\UnitTest\Setup
*/
class iTopModulesPhpVersionChecklistTest extends ItopTestCase
class iTopModulesPhpVersionIntegrationTest extends ItopTestCase
{
/**
* Verify if the datamodel.*.xml files refer to the current itop version
* This is part of the checklist tests.
* This is an integration test
*
* @group iTopDesignFormat
*
* @dataProvider iTopModulesPhpVersionProvider
*/

View File

@@ -1,25 +1,19 @@
<?php
/**
* Copyright (C) 2010-2020 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http: *www.gnu.org/licenses/>
*
* Copyright (C) 2013-2020 Combodo SARL
* This file is part of iTop.
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
*/
namespace Combodo\iTop\Test\UnitTest\ReleaseChecklist;
namespace Combodo\iTop\Test\UnitTest\Integration;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
use DOMDocument;
@@ -27,7 +21,6 @@ use iTopDesignFormat;
/**
* Class iTopDesignFormatChecklistTest
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
@@ -37,13 +30,15 @@ use iTopDesignFormat;
*
* @package Combodo\iTop\Test\UnitTest\Setup
*/
class iTopModulesXmlVersionChecklistTest extends ItopTestCase
class iTopModulesXmlVersionIntegrationTest extends ItopTestCase
{
/**
* Verify if the datamodel.*.xml files refer to the current itop version
* This is part of the checklist tests.
* This is an integration test
*
* @group iTopDesignFormat
*
* @dataProvider DatamodelItopXmlVersionProvider
*/

View File

@@ -59,6 +59,9 @@
<testsuite name="Status">
<directory>status</directory>
</testsuite>
<testsuite name="Integration">
<directory>integration</directory>
</testsuite>
<testsuite name="CoreExtensions">
<directory>coreExtensions</directory>
</testsuite>