mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixing issue in HtmlHelper test where test files would be left behind.
This commit is contained in:
parent
c9a6eba000
commit
d0028bf971
1 changed files with 3 additions and 0 deletions
|
@ -643,6 +643,9 @@ class HtmlHelperTest extends CakeTestCase {
|
|||
'script' => array('src' => '/theme/test_theme/js/__test_js.js', 'type' => 'text/javascript')
|
||||
);
|
||||
$this->assertTags($result, $expected);
|
||||
|
||||
$folder = new Folder(WWW_ROOT . 'theme' . DS . 'test_theme');
|
||||
$folder->delete();
|
||||
App::build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue