changed repository url (#3708)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "kimai/test-plugin-composer",
|
||||
"description": "Just a test fixture for the PluginManager",
|
||||
"homepage": "https://github.com/kevinpapst/kimai2",
|
||||
"homepage": "https://github.com/kimai/kimai",
|
||||
"type": "kimai-plugin",
|
||||
"require": {
|
||||
"kimai/kimai2-composer": "*",
|
||||
|
||||
@@ -74,6 +74,6 @@ class PluginManagerTest extends TestCase
|
||||
$this->assertEquals('TestPlugin', $plugin->getId());
|
||||
$this->assertEquals('TestPlugin from composer.json', $plugin->getName());
|
||||
$this->assertEquals('Just a test fixture for the PluginManager', $meta->getDescription());
|
||||
$this->assertEquals('https://github.com/kevinpapst/kimai2', $meta->getHomepage());
|
||||
$this->assertEquals('https://github.com/kimai/kimai', $meta->getHomepage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user