This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
$this->assertTrue(!empty($elements)&&count($elements)===1,format_string('Found corresponding page element for tour tip with id #%data-id',array('%data-id'=>$tip['data-id'])));
$this->assertFalse(empty($elements),format_string('Found corresponding page element for tour tip with class .%data-class',array('%data-class'=>$tip['data-class'])));
}
else{
// It's a modal.
$modals++;
}
$total++;
}
$this->pass(format_string('Total %total Tips tested of which %modals modal(s).',array('%total'=>$total,'%modals'=>$modals)));