aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/evalScript.php
Commit message (Collapse)AuthorAgeFilesLines
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-1/+0
| | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+1
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-1/+0
| | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
* Fixes #11264 or rather seriously limits the risk of global ajaxSettings ↵jaubourg2012-03-071-0/+1
screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.