summaryrefslogtreecommitdiffstats
path: root/tests/HelpersTest.php
blob: a21ef1b2f8e0fa14b2eb3808d13615a1781a3557 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

use PHPUnit\Framework\TestCase;

class HelpersTest extends TestCase
{
    public function test_a()
    {
        $this->assertTrue(true);
    }
}