mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Skipping failing test when run through web browser.
This commit is contained in:
parent
340d112693
commit
0e6697dbc6
1 changed files with 3 additions and 0 deletions
|
@ -343,6 +343,9 @@ class AppTest extends CakeTestCase {
|
|||
*/
|
||||
public function testListObjectsIgnoreDotDirectories() {
|
||||
$path = CAKE . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS;
|
||||
|
||||
$this->skipIf(!is_writable($path), $path . ' is not writable.');
|
||||
|
||||
App::build(array(
|
||||
'plugins' => array($path)
|
||||
), App::RESET);
|
||||
|
|
Loading…
Add table
Reference in a new issue