N°5608 - Rename "coreExtensions" test suite to correct datamodel module (authent-local)

This commit is contained in:
Molkobain
2022-10-13 13:21:28 +02:00
parent 1d7e4e1a42
commit c06cbfd4a9
3 changed files with 4 additions and 4 deletions

View File

@@ -34,12 +34,12 @@
<testsuite name="Core">
<directory>tests/core</directory>
</testsuite>
<testsuite name="CoreExtensions">
<directory>tests/coreExtensions</directory>
</testsuite>
<testsuite name="Integration">
<directory>integration</directory>
</testsuite>
<testsuite name="Authent-local">
<directory>tests/datamodels/2.x/authent-local</directory>
</testsuite>
<testsuite name="Itop-Config">
<directory>tests/datamodels/2.x/itop-config</directory>
</testsuite>

View File

@@ -25,7 +25,7 @@ class UserLocalTest extends ItopDataTestCase
{
parent::setUp();
require_once(APPROOT.'test/coreExtensions/UserLocalTest/UserLocalPasswordPolicyMock.php');
require_once(APPROOT.'test/php-unit-tests/tests/datamodels/2.x/authent-local/UserLocalTest/UserLocalPasswordPolicyMock.php');
require_once(APPROOT.'env-production/authent-local/model.authent-local.php');
}