Skip to content

Commit 4a3d30f

Browse files
committed
Fix ns in test
1 parent b0f6efd commit 4a3d30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/config_builderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

3-
namespace StudService\PhpCsFixerTests;
3+
namespace FreeElephants\PhpCsFixerTests;
44

55
use PhpCsFixer\Finder;
66
use PHPUnit\Framework\TestCase;
7-
use function StudService\PhpCsFixer\build_config;
7+
use function FreeElephants\PhpCsFixer\build_config;
88

99
class config_builderTest extends TestCase
1010
{

0 commit comments

Comments
 (0)