partkeepr/PartKeepr

View on GitHub
web/setup/js/SetupTests/PHPTest.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * A minimalistic PHP check to make sure PHP is installed on the server and activated as PHP module.
 */
Ext.define('PartKeeprSetup.PHPTest', {
    extend: 'PartKeeprSetup.AbstractTest',
    url: 'tests/check-php.php',
    name: "PHP",
    message: "Testing for PHP"
});