Skip to content

Commit

Permalink
removed class check
Browse files Browse the repository at this point in the history
  • Loading branch information
jason490 committed Nov 27, 2023
1 parent 480ad9f commit 654407e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Submitty/Twig/Extension/MarkdownExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
use Submitty\Twig\Extension\MarkdownEngine\PHPLeagueMarkdownEngine;
use PHPUnit\Framework\TestCase;


// Require parent class if not autoloaded
if (!class_exists('\Submitty\Twig\Extension\MarkdownExtensionTest')) {
require_once(__DIR__ . '/../MarkdownExtensionTest.php');
}

/**
* @author Gunnar Liun <[email protected]>
*/
Expand Down

0 comments on commit 654407e

Please sign in to comment.