Example #1
0
 /**
  * Test adding a notifier
  */
 public function testAddNotifier()
 {
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->addNotifier($this->getMock('\\notifyy\\Adapter\\Stdout')));
 }