コード例 #1
0
ファイル: data.php プロジェクト: andrewolobo/mpTracker
 public function testGetTag()
 {
     $data = new template\data();
     $this->assert->variable($data->getTag())->isNull();
 }
コード例 #2
0
ファイル: data.php プロジェクト: xihewang/atoum
 public function testGetTag()
 {
     $this->if($data = new template\data())->then->variable($data->getTag())->isNull();
 }