1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Refactor PHPUnit bootstrap

This allows Parsedown extensions (like Parsedown Extra) to reuse existing Parsedown tests. See erusev/parsedown-extra#96 for details.
This commit is contained in:
Daniel Rudolf
2016-09-05 21:10:23 +02:00
parent 228d5f4754
commit 33a23fbfb2
3 changed files with 18 additions and 7 deletions

View File

@@ -13,8 +13,6 @@ class CommonMarkTest extends PHPUnit_Framework_TestCase
protected function setUp()
{
require_once(__DIR__ . '/TestParsedown.php');
$this->parsedown = new TestParsedown();
$this->parsedown->setUrlsLinked(false);
}