Beispiel #1
0
 /**
  * make sure only a bool is accepted.
  *
  * @author Daniel Sherman
  * @test
  * @depends testConstruct
  * @dataProvider setLoggingFailProvider
  * @covers ::setLogging
  */
 public function testSetLoggingFail($type, $val)
 {
     $result = self::$handler->setLogging($val);
     $this->assertFalse($result);
 }