Skip to content

Commit

Permalink
fix: class import error on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 8, 2021
1 parent 6e01120 commit 82e264e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phppkg/ini",
"description": "An enhanced PHP INI parser",
"type": "template",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/phppkg/ini",
"keywords": [
Expand Down
5 changes: 2 additions & 3 deletions test/IniParserTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php declare(strict_types=1);

namespace Inhere\KiteTest\Lib\Parser;
namespace PhpPkg\IniTest;

use Inhere\Kite\Lib\Parser\IniParser;
use PhpPkg\Ini\Ini;
use PhpPkg\IniTest\IniTestCase;
use PhpPkg\Ini\IniParser;
use function strtoupper;
use function vdump;

Expand Down

0 comments on commit 82e264e

Please sign in to comment.