Documentation

TokenizerTest extends TestCase
in package

Table of Contents

Properties

$tokenizer  : Tokenizer

Methods

setUp()  : void
testBasic()  : void
testDoubleEscape()  : void
testEscape()  : void
testIgnoreWhitespace()  : void
testMultiple()  : void
Regression test for https://github.com/estratocloud/edifact/issues/14
testNoTerminator()  : void
testQuadrupleEscape()  : void
testTripleEscape()  : void
assertTokens()  : void

Properties

Methods

testIgnoreWhitespace()

public testIgnoreWhitespace() : void

testMultiple()

Regression test for https://github.com/estratocloud/edifact/issues/14

public testMultiple() : void

assertTokens()

private assertTokens(string $message, array<string|int, Token$expected) : void
Parameters
$message : string
$expected : array<string|int, Token>
On this page

Search results