mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove deprecated implementation
This commit is contained in:
parent
c26a2ee4bf
commit
c6a35bf8b0
@ -1,11 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test Parsedown against the CommonMark spec
|
* Test Parsedown against the CommonMark spec
|
||||||
*
|
*
|
||||||
* @link http://commonmark.org/ CommonMark
|
* @link http://commonmark.org/ CommonMark
|
||||||
*/
|
*/
|
||||||
class CommonMarkTestStrict extends PHPUnit_Framework_TestCase
|
class CommonMarkTestStrict extends TestCase
|
||||||
{
|
{
|
||||||
const SPEC_URL = 'https://raw.githubusercontent.com/jgm/CommonMark/master/spec.txt';
|
const SPEC_URL = 'https://raw.githubusercontent.com/jgm/CommonMark/master/spec.txt';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user