Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
4aed4699
Commit
4aed4699
authored
Sep 2, 2015
by
Olivier Paroz
Browse files
Options
Downloads
Patches
Plain Diff
Add tests to the list of allowed paths
parent
d78bfc0b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/bootstrap.php
+1
-0
1 addition, 0 deletions
tests/bootstrap.php
with
1 addition
and
0 deletions
tests/bootstrap.php
+
1
−
0
View file @
4aed4699
...
...
@@ -4,6 +4,7 @@ define('PHPUNIT_RUN', 1);
require_once
__DIR__
.
'/../../../lib/base.php'
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
\OC
::
$loader
->
addValidRoot
(
OC
::
$SERVERROOT
.
'/tests'
);
if
(
!
class_exists
(
'PHPUnit_Framework_TestCase'
))
{
require_once
(
'PHPUnit/Autoload.php'
);
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment