partkeepr/PartKeepr

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

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Tests if the most important PHP prerequisites are met (e.g. json_encode).
 */
Ext.define('PartKeeprSetup.GenerateAuthKey', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'generateAuthKey',
    name: "PHP",
    message: "Generating setup auth key"
});