mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Rename everything to CommonMark
This commit is contained in:
parent
ce4a29aec5
commit
42222e6b01
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit bootstrap="test/bootstrap.php" colors="true">
|
<phpunit bootstrap="test/bootstrap.php" colors="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="ParsedownTests">
|
<testsuite name="ParsedownTests">
|
||||||
<file>test/Test.php</file>
|
<file>test/Test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="StandardMarkdown">
|
<testsuite name="CommonMark">
|
||||||
<file>test/standard-markdown/StandardMarkdownTest.php</file>
|
<file>test/commonmark/CommonMarkTest.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Some code based on the original JavaScript test runner by jgm.
|
* Some code based on the original JavaScript test runner by jgm.
|
||||||
*
|
*
|
||||||
* @link http://commonmark.net/ CommonMark
|
* @link http://commonmark.org/ CommonMark
|
||||||
* @link http://git.io/8WtRvQ JavaScript test runner
|
* @link http://git.io/8WtRvQ JavaScript test runner
|
||||||
*/
|
*/
|
||||||
class CommonMarkTest extends PHPUnit_Framework_TestCase
|
class CommonMarkTest extends PHPUnit_Framework_TestCase
|
Loading…
Reference in New Issue
Block a user