partkeepr/PartKeepr

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

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Tests if the PHP configuration is OK.
 */
Ext.define('PartKeeprSetup.PHPSettingsTest', {
    extend: 'PartKeeprSetup.AbstractTest',
    url: 'tests/check.php',
    name: "PHP",
    message: "Testing for correct PHP settings"
});