mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fix tests
This commit is contained in:
commit
5d2ff0aa47
|
|
@ -229,7 +229,7 @@ final class ViewTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
$view->data['key2'] = 'valu2';
|
||||
self::assertTrue($view->removeData('key2'));
|
||||
self::assertEquals(null, $view->getData('key2'));
|
||||
self::assertNull($view->getData('key2'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user