Beispiel #1
0
 function testSectionLexerShouldParsePlainText()
 {
     $sectionLexer = new JoshRibakoff_Note_SectionLexer();
     $actual = $sectionLexer->lineOfText('3/29/2013 2:19:29 PM - gviguet:  l/vm in re to Counseling..............');
     $this->assertEquals('3/29/2013 2:19:29 PM - gviguet:  l/vm in re to Counseling..............', $actual['text'], 'should return line of text');
 }