We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4378845 commit b1a64d7Copy full SHA for b1a64d7
2 files changed
tests/CLIFramework/UtilsTest.php
@@ -8,7 +8,7 @@ class UtilsTest extends TestCase
8
public function testGetClassPath()
9
{
10
$path = Utils::getClassPath('Universal\\ClassLoader\\ClassLoader', getcwd());
11
- $this->assertEquals('vendor/corneltek/universal/src/Universal/ClassLoader/ClassLoader.php', $path);
+ $this->assertEquals('vendor/universal/universal/src/ClassLoader/ClassLoader.php', $path);
12
$this->assertFileExists($path);
13
}
14
tests/fixture/composer.json.phar-test
@@ -8,7 +8,7 @@
"corneltek/getoptionkit": "~2",
"corneltek/class-template": "*",
"corneltek/codegen": "dev-master as 2.99",
- "corneltek/universal": "dev-master",
+ "universal/universal": "dev-master",
"pimple/pimple": "*",
"symfony/class-loader": "^2.7",
"sebastian/version": "^1.0",
0 commit comments