Example #1
0
 public function testGetAllowedFormatsReturnsArrayOfStrings()
 {
     $exc = new Exception('foo');
     $this->assertContainsOnly('string', $exc->getAllowedFormats());
 }