Example #1
0
 public function testGetSourcePathPrefix()
 {
     $server = new ServerFactory(['source_path_prefix' => 'source']);
     $this->assertSame('source', $server->getSourcePathPrefix());
 }