changed repository url (#3708)

This commit is contained in:
Kevin Papst
2022-12-26 17:09:07 +01:00
committed by GitHub
parent 84cc65b008
commit 6a524f9f7c
18 changed files with 51 additions and 51 deletions

View File

@@ -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());
}
}