mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
attempt to fix failing builds on 5.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class ParsedownTest extends \PHPUnit\Framework\TestCase
|
||||
class ParsedownTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
final function __construct($name = null, array $data = array(), $dataName = '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user