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

14 lines
167 B
PHP

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