コード例 #1
0
 /**
  * Verify the frames displayed on the screen.
  * @param $frames
  */
 protected function verifyFrames($frames)
 {
     foreach ($frames as $frame) {
         Assertions::assertTrue($this->helperContext->hasFrame($frame), $frame . ' frame not found');
     }
 }