gpii-universal
Version:
Cross platform, core components of the GPII personalization infrastructure.
27 lines (17 loc) • 691 B
JavaScript
/**
GPII Testing Browser Includes
Copyright 2014 Lucendo Development Ltd.
Licensed under the New BSD license. You may not use this file except in
compliance with this License.
The research leading to these results has received funding from the European Union's
Seventh Framework Programme (FP7/2007-2013) under grant agreement no. 289016.
You may obtain a copy of the License at
https://github.com/GPII/universal/blob/master/LICENSE.txt
*/
/* global fluid */
;
// TODO: Get rid of this if we can.
// Supply this grade a dummy so that browsers may safely include Testing.js
fluid.defaults("kettle.test.testCaseHolder", {
gradeNames: ["fluid.test.testCaseHolder"]
});