mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°5608 - Rename "coreExtensions" test suite to correct datamodel module (authent-local)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user