Table

class Table Provides helpers to display a table. Methods __construct(OutputInterface $output) static setStyleDefinition(string $name, TableStyle $style) Sets a style definition. static TableStyle getStyleDefinition(string $name) Gets a style definition by name. Table setStyle(TableStyle|string $name) Sets table style. TableStyle getStyle() Gets the current table style. Table setColumnStyle(int $columnIndex, TableStyle|string $name) Sets table column style. Ta

Table::addRow()

addRow($row) Parameters $row

SyntaxErrorException

class SyntaxErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods static SyntaxErrorException unexpectedToken(string $expectedValue, Token $foundToken) static SyntaxErrorException pseudoElementFound(string $pseudoElement, string $unexpectedLocation) static SyntaxErrorException unclosedS

SyntaxError

class SyntaxError extends LogicException Methods __construct($message, $cursor) Details __construct($message, $cursor) Parameters $message $cursor

SymfonyTestsListener::startTestSuite()

startTestSuite(PHPUnit_Framework_TestSuite $suite) Parameters PHPUnit_Framework_TestSuite $suite

SymfonyStyle::write()

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline $type

SymfonyTestsListener::endTest()

endTest(PHPUnit_Framework_Test $test, $time) Parameters PHPUnit_Framework_Test $test $time

SymfonyTestsListener

class SymfonyTestsListener extends PHPUnit_Framework_BaseTestListener Collects and replays skipped tests. Methods __construct(array $mockedNamespaces = array()) __destruct() startTestSuite(PHPUnit_Framework_TestSuite $suite) addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) startTest(PHPUnit_Framework_Test $test) endTest(PHPUnit_Framework_Test $test, $time) Details __construct(array $mockedNamespaces = array(

SymfonyTestsListener::addSkippedTest()

addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) Parameters PHPUnit_Framework_Test $test Exception $e $time

SymfonyStyle::writeln()

writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string $type