Beispiel #1
0
 public function testGetProfile()
 {
     $profile = $this->profiler->getProfile('foo');
     $this->assertInstanceOf(\stdClass::class, $profile);
 }