Tests - implement BaseTestCase::assert*() methods

This commit is contained in:
Meritoo
2017-09-21 17:13:07 +02:00
parent 10c0bf8e41
commit 2dc215a3e4
6 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ class SessionManagerTest extends BaseTestCase
{
public function testConstructorVisibilityAndArguments()
{
$this->verifyConstructorVisibilityAndArguments(SessionManager::class, OopVisibilityType::IS_PUBLIC, 1, 1);
static::assertConstructorVisibilityAndArguments(SessionManager::class, OopVisibilityType::IS_PUBLIC, 1, 1);
}
public function testGetSessionKeyWhenFailedWithoutReason()