Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
5657765d
Commit
5657765d
authored
Nov 27, 2008
by
Angie Byron
Browse files
#338239
follow-up by c960657: Fix file test failure.
parent
d7f706f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/simpletest/tests/file.test
View file @
5657765d
...
...
@@ -539,7 +539,7 @@ class FileScanDirectoryTest extends FileTestCase {
* Check that the no-mask parameter is honored.
*/
function
testNoMask
()
{
$path
=
$this
->
original
_f
ile
_d
irectory
.
'/simpletest'
;
$path
=
$this
->
original
F
ile
D
irectory
.
'/simpletest'
;
// Grab a listing of all the JS files.
$all_files
=
file_scan_directory
(
$path
,
'/javascript*/'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment