Exemple #1
0
 /**
  * @group certificate
  *
  * @test
  */
 public function assert_that_offsetget_works_correctly()
 {
     $key = new Key(array(Key::USAGE_SIGNING => true));
     $this->assertTrue($key->offsetGet(Key::USAGE_SIGNING));
 }