Example #1
0
 /**
  * @group Core
  * @covers FluentDOM::index
  */
 public function testIndexOnEmptyList()
 {
     $fd = new FluentDOM();
     $this->assertEquals(-1, $fd->index());
 }