コード例 #1
0
ファイル: getScriptsTest.php プロジェクト: bogdananton/vsc
 public function testEmptyAtInitialization()
 {
     $o = new XhtmlView();
     $this->assertEquals([], $o->getScripts());
 }