コード例 #1
0
 public function testGetContext()
 {
     $this->assertEquals(Bugsnag_Request::getContext(), "GET /blah/blah.php");
 }
コード例 #2
0
 /**
  * Get the error context.
  *
  * @return array
  */
 public function getContext()
 {
     return $this->config->get('context', Bugsnag_Request::getContext());
 }