partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

PHPSettingsTest.js (224B)


      1 /**
      2  * Tests if the PHP configuration is OK.
      3  */
      4 Ext.define('PartKeeprSetup.PHPSettingsTest', {
      5 	extend: 'PartKeeprSetup.AbstractTest',
      6 	url: 'tests/check.php',
      7 	name: "PHP",
      8 	message: "Testing for correct PHP settings"
      9 });