@covers PHP_Token_Includes::getName @covers PHP_Token_Includes::getType
public function testGetIncludes() { $this ->assertSame(array( 'test4.php', 'test3.php', 'test2.php', 'test1.php', ), $this->ts ->getIncludes()); }