public function testSetPath()
 {
     $this->assertSame($this->fixture, $this->fixture->setPath(__DIR__), 'Expecting a fluent interface');
 }