We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2655c1 commit f97c231Copy full SHA for f97c231
tests/str/StrLowerTest.php renamed to tests/HelperFunctions/str/StrLowerTest.php
@@ -1,5 +1,9 @@
1
<?php
2
3
+namespace Illuminated\Helpers\HelperFunctions\Tests\Str;
4
+
5
+use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6
7
class StrLowerTest extends TestCase
8
{
9
/** @test */
tests/str/StrUpperTest.php renamed to tests/HelperFunctions/str/StrUpperTest.php
class StrUpperTest extends TestCase
0 commit comments