summaryrefslogtreecommitdiff
path: root/tests/functional/test_pseudotags/Test.php
blob: f64ff5f0567d859c7108cab73b138a1aacd99f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

namespace tests\functional\test_pseudotags;

use kch42\ste\STECore;
use tests\functional\BaseTest;

class Test extends BaseTest
{
    protected function getDirectory(): string
    {
        return __DIR__;
    }

    protected function setUpSte(STECore $ste): void
    {
    }
}