Esempio n. 1
0
 /**
  * Throw an exception for bogus source.
  *
  * @return void
  *
  * @expectedException \InvalidArgumentException
  */
 public function testSetSource()
 {
     $this->nw->setSource('Interweb');
 }