We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several existing tests classes (in tests/functionnal) cannot be migrated:
tests/functionnal
(this list is potentially incomplete for now)
Session
Migration
Plugin
Update
Glpi/System/Status/StatusChecker.php
GlpiStatusChecker
Glpi/System/Requirement/MysqliMysqlnd.php
Glpi/System/Requirement/SessionsConfiguration.php
Glpi/System/Requirement/PhpSupportedVersion.php
Glpi/System/Requirement/SeLinux.php
Glpi/System/Requirement/SessionsSecurityConfiguration.php
Glpi/System/Diagnostic/DatabaseSchemaIntegrityChecker.php
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several existing tests classes (in
tests/functionnal
) cannot be migrated:(this list is potentially incomplete for now)
Session
Migration
Plugin
Update
Glpi/System/Status/StatusChecker.php
(because of static properties inGlpiStatusChecker
class).Glpi/System/Requirement/MysqliMysqlnd.php
(need to mock native PHP functions)Glpi/System/Requirement/SessionsConfiguration.php
(need to mock native PHP functions)Glpi/System/Requirement/PhpSupportedVersion.php
(need to mock native PHP functions)Glpi/System/Requirement/SeLinux.php
(need to mock native PHP functions)Glpi/System/Requirement/SessionsSecurityConfiguration.php
(need to mock native PHP functions)Glpi/System/Diagnostic/DatabaseSchemaIntegrityChecker.php
issues when trying to redifned already mocked methodsThe text was updated successfully, but these errors were encountered: