Kraken\_Unit\Util\Enum\EnumTraitTest::testApiGetSupported_ReturnsSupportedConsts PHP Method

testApiGetSupported_ReturnsSupportedConsts() public method

    public function testApiGetSupported_ReturnsSupportedConsts()
    {
        $enum = $this->createTraitMock();
        $this->assertSame([$enum::TEST_A => $enum::TEST_A, $enum::TEST_B => $enum::TEST_B], $enum->getSupported());
    }