Example #1
0
 public function testCreateFileObject()
 {
     $this->assertInstanceOf('SplFileObject', $this->obj->createFileObject(__FILE__));
 }