Esempio n. 1
0
 /**
  * @expectedException  \InvalidArgumentException
  */
 public function testSetNodeModulesPathWithoutTrailingSlash()
 {
     $server = new TestServer();
     $server->setNodeModulesPath('../..');
 }