Kraken\_Unit\Util\Parser\Json\JsonParserTest::testApiGetSupported_ReturnsSupportedConstants PHP Метод

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

    public function testApiGetSupported_ReturnsSupportedConstants()
    {
        $parser = $this->createParser();
        $this->assertEquals(['DECODE_DEFAULT' => $parser::DECODE_DEFAULT, 'DECODE_ARRAY' => $parser::DECODE_ARRAY, 'DECODE_OBJECT' => $parser::DECODE_OBJECT], $parser::getSupported());
    }