Add Docblock and attribution to JS test runner

This commit is contained in:
Haralan Dobrev 2014-09-05 23:28:07 +03:00
parent 6f1fac9823
commit c18ff7f370
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
<?php
/**
* Test Parsedown against the Standard Makrdown spec.
*
* Some code based on the original JavaScript test runner by jgm.
*
* @link http://standardmarkdown.com/ Standard Markdown
* @link http://git.io/8WtRvQ JavaScript test runner
*/
class StandardMarkdownTest extends PHPUnit_Framework_TestCase
{
const SPEC_FILEPATH = 'spec.txt';