Beispiel #1
0
 public function testGetLines()
 {
     $table = new TableNode(array(5 => array('username', 'password'), 10 => array('everzet', 'qwerty'), 13 => array('antono', 'pa$sword')));
     $this->assertEquals(array(5, 10, 13), $table->getLines());
 }