<?php declare(strict_types=1); /* * This file is part of the league/commonmark package. * * (c) Colin O'Dell <colinodell@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace League\CommonMark\Tests\Unit\Environment; class FakeBlock3 extends FakeBlock2 { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
EnvironmentTest.php | File | 22.27 KB | 0644 |
|
FakeBlock1.php | File | 429 B | 0644 |
|
FakeBlock2.php | File | 383 B | 0644 |
|
FakeBlock3.php | File | 383 B | 0644 |
|
FakeInjectableBlockStartParser.php | File | 988 B | 0644 |
|
FakeInjectableDelimiterProcessor.php | File | 1.3 KB | 0644 |
|
FakeInjectableInlineParser.php | File | 1015 B | 0644 |
|
FakeInjectableRenderer.php | File | 889 B | 0644 |
|
FakeInjectableTrait.php | File | 978 B | 0644 |
|
FakeInline1.php | File | 441 B | 0644 |
|
FakeInline2.php | File | 385 B | 0644 |
|
FakeInline3.php | File | 385 B | 0644 |
|