Kraken\_Unit\Core\CoreTest::testApiGetDefaultProviders_ReturnsEmptyArray PHP Method

testApiGetDefaultProviders_ReturnsEmptyArray() public method

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