mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
NEW: Correcting the JSRunnerTest template comments
This commit is contained in:
parent
fe4ef54c7c
commit
4b2352afcf
@ -6,11 +6,16 @@
|
|||||||
*
|
*
|
||||||
* To create your own tests, please use this template:
|
* To create your own tests, please use this template:
|
||||||
* <code>
|
* <code>
|
||||||
* <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
* <!DOCTYPE html>
|
||||||
* <html>
|
* <html id="html">
|
||||||
* <head>
|
* <head>
|
||||||
* <script src="http://code.jquery.com/jquery-latest.js"></script>
|
* <title>jQuery - Validation Test Suite</title>
|
||||||
* <link rel="stylesheet" href="http://dev.jquery.com/view/trunk/qunit/testsuite.css" type="text/css" media="screen" />
|
* <link rel="Stylesheet" media="screen"
|
||||||
|
* href="thirdparty/jquery-validate/test/qunit/qunit.css" />
|
||||||
|
* <script type="text/javascript"
|
||||||
|
* src="thirdparty/jquery-validate/lib/jquery.js"></script>
|
||||||
|
* <script type="text/javascript"
|
||||||
|
* src="thirdparty/jquery-validate/test/qunit/qunit.js"></script>
|
||||||
* <script>
|
* <script>
|
||||||
* $(document).ready(function(){
|
* $(document).ready(function(){
|
||||||
* test("test my feature", function() {
|
* test("test my feature", function() {
|
||||||
@ -19,13 +24,14 @@
|
|||||||
* });
|
* });
|
||||||
* </script>
|
* </script>
|
||||||
* </head>
|
* </head>
|
||||||
* <body>
|
* <body id="body">
|
||||||
* <script type="text/javascript" src="http://jqueryjs.googlecode.com/svn/trunk/qunit/testrunner.js"></script>
|
* <h1 id="qunit-header">
|
||||||
* <h1>My Test Name</h1>
|
* <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">
|
||||||
* <h2 id="banner"></h2>
|
* jQuery Validation Plugin</a> Test Suite</h1>
|
||||||
* <h2 id="userAgent"></h2>
|
* <h2 id="qunit-banner"></h2>
|
||||||
* <ol id="tests"></ol>
|
* <div id="qunit-testrunner-toolbar"></div>
|
||||||
* <div id="main"></div>
|
* <h2 id="qunit-userAgent"></h2>
|
||||||
|
* <ol id="qunit-tests"></ol>
|
||||||
* </body>
|
* </body>
|
||||||
* </html>
|
* </html>
|
||||||
* </code>
|
* </code>
|
||||||
|
Loading…
Reference in New Issue
Block a user