Skip to content

Commit 5f4205c

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent bc56d91 commit 5f4205c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Support/SupportStrTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212

1313
class SupportStrTest extends TestCase
1414
{
15+
/** {@inheritdoc} */
16+
#[\Override]
17+
protected function tearDown(): void
18+
{
19+
Str::createRandomStringsNormally();
20+
}
21+
1522
public function testStringCanBeLimitedByWords(): void
1623
{
1724
$this->assertSame('Taylor...', Str::words('Taylor Otwell', 1));

0 commit comments

Comments
 (0)