mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-05-24 10:18:40 +00:00
fix test bug
This commit is contained in:
parent
d7ce34a6cc
commit
70734dfd83
|
|
@ -88,7 +88,7 @@ class ModuleAbstractTest extends \PHPUnit\Framework\TestCase
|
||||||
*/
|
*/
|
||||||
public function testProviding() : void
|
public function testProviding() : void
|
||||||
{
|
{
|
||||||
self::assertEquals([1, 2], $this->module->getProviding());
|
self::assertEquals([], $this->module->getProviding());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user