mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add Docblock and attribution to JS test runner
This commit is contained in:
parent
6f1fac9823
commit
c18ff7f370
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user