Index: trunk/phase3/tests/phpunit/includes/filerepo/FileBackendTest.php |
— | — | @@ -570,7 +570,7 @@ |
571 | 571 | $this->assertEquals( $expected, sort( $list ), "Correct file listing." ); |
572 | 572 | |
573 | 573 | foreach ( $files as $file ) { |
574 | | - $this->backend->delete( array( 'src' => "$base/$files" ) ); |
| 574 | + $this->backend->doOperation( array( 'op' => 'delete', 'src' => "$base/$file" ) ); |
575 | 575 | } |
576 | 576 | |
577 | 577 | $iter = $this->backend->getFileList( array( 'dir' => "$base/cont1/not/exists" ) ); |