Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
87e3402e
Commit
87e3402e
authored
Nov 09, 2015
by
Roeland Jago Douma
Browse files
Fix autoloader unit test output
Removed leftover print statement
parent
37c5edc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/autoloader.php
View file @
87e3402e
...
...
@@ -71,7 +71,6 @@ class AutoLoader extends TestCase {
public
function
testLoadAppNamespace
()
{
$result
=
$this
->
loader
->
findClass
(
'OCA\Files\Foobar'
);
print_r
(
$result
);
$this
->
assertEquals
(
2
,
count
(
$result
));
$this
->
assertStringEndsWith
(
'apps/files/foobar.php'
,
$result
[
0
]);
$this
->
assertStringEndsWith
(
'apps/files/lib/foobar.php'
,
$result
[
1
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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