コード例 #1
0
ファイル: IconSpec.php プロジェクト: bootstrapper-php/core
 function it_listens_to_the_config_file(ConfigInterface $configInterface)
 {
     $configInterface->getIconPrefix()->willReturn('bar');
     $this->create('foo')->render()->shouldReturn("<span class='bar bar-foo'></span>");
 }