tracks/php/exercises/markdown/markdown_test.php in trackler-2.0.6.40 vs tracks/php/exercises/markdown/markdown_test.php in trackler-2.0.6.41

- old
+ new

@@ -1,9 +1,9 @@ <?php require 'markdown.php'; -class MarkdownTest extends \PHPUnit_Framework_TestCase +class MarkdownTest extends PHPUnit\Framework\TestCase { public function testParsingParagraph() { $this->assertEquals('<p>This will be a paragraph</p>', parseMarkdown('This will be a paragraph')); }