Kraken\_Unit\Core\CoreTest::testApiGetDefaultAliases_ReturnsEmptyArray PHP Метод

testApiGetDefaultAliases_ReturnsEmptyArray() публичный Метод

    public function testApiGetDefaultAliases_ReturnsEmptyArray()
    {
        $core = $this->createCore();
        $default = $this->callProtectedMethod($core, 'getDefaultAliases');
        $expected = [];
        $this->assertSame($expected, $default);
    }