public function test__コンパイル済みのファイルを配置するディレクトリが空になる() { SC_Utils::clearCompliedTemplate(); $this->expected = array(); $this->actual = array(); Test_Utils::array_append($this->actual, COMPILE_REALDIR); Test_Utils::array_append($this->actual, COMPILE_ADMIN_REALDIR); Test_Utils::array_append($this->actual, SMARTPHONE_COMPILE_REALDIR); Test_Utils::array_append($this->actual, MOBILE_COMPILE_REALDIR); $this->verify('コンパイル済みファイルの格納先の中身'); }