mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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() {
|
public function testListObjectsIgnoreDotDirectories() {
|
||||||
$path = CAKE . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS;
|
$path = CAKE . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS;
|
||||||
|
|
||||||
|
$this->skipIf(!is_writable($path), $path . ' is not writable.');
|
||||||
|
|
||||||
App::build(array(
|
App::build(array(
|
||||||
'plugins' => array($path)
|
'plugins' => array($path)
|
||||||
), App::RESET);
|
), App::RESET);
|
||||||
|
|
Loading…
Add table
Reference in a new issue