Skip to content

Commit b1a64d7

Browse files
committed
fix
1 parent 4378845 commit b1a64d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/CLIFramework/UtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class UtilsTest extends TestCase
88
public function testGetClassPath()
99
{
1010
$path = Utils::getClassPath('Universal\\ClassLoader\\ClassLoader', getcwd());
11-
$this->assertEquals('vendor/corneltek/universal/src/Universal/ClassLoader/ClassLoader.php', $path);
11+
$this->assertEquals('vendor/universal/universal/src/ClassLoader/ClassLoader.php', $path);
1212
$this->assertFileExists($path);
1313
}
1414
}

tests/fixture/composer.json.phar-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"corneltek/getoptionkit": "~2",
99
"corneltek/class-template": "*",
1010
"corneltek/codegen": "dev-master as 2.99",
11-
"corneltek/universal": "dev-master",
11+
"universal/universal": "dev-master",
1212
"pimple/pimple": "*",
1313
"symfony/class-loader": "^2.7",
1414
"sebastian/version": "^1.0",

0 commit comments

Comments
 (0)