Example #1
0
 public function testCannotFindMultipleNeedles()
 {
     $file = new File(FILES_DIR . 'find_1');
     $this->assertFalse($file->find(array('</div>', '<ph:', '</ph:')));
     $this->assertEquals(0, $file->getCurrentPos());
     $this->assertEquals(1, $file->getCurrentLine());
 }