コード例 #1
0
ファイル: NullProfilerTest.php プロジェクト: ndrx-io/profiler
 public function testGetProfile()
 {
     $profile = $this->profiler->getProfile('foo');
     $this->assertInstanceOf(\stdClass::class, $profile);
 }