public function testWriteln() { $output = new Memory(); $output->writeln('foobar'); $this->assertEquals(array('foobar' . PHP_EOL), $output->getMessages()); }