endtoend-test-psl/tests/Psl/Str/SplitTest.php
2019-12-27 05:42:24 +01:00

14 lines
166 B
PHP

<?php
declare(strict_types=1);
namespace Psl\Tests\Str;
use PHPUnit\Framework\TestCase;
use Psl\Str;
class SplitTest extends TestCase
{
// TODO: add tests.
}