Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
ade9789a
Commit
ade9789a
authored
3 years ago
by
Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Force legacy directory creation on tests set up
parent
3fc749d9
No related branches found
No related tags found
1 merge request
!84
Tuleap 198 get rid of create zip
Pipeline
#1003
passed
3 years ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/functional/CapsuleControllerTest.php
+3
-0
3 additions, 0 deletions
tests/functional/CapsuleControllerTest.php
tests/functional/ProjectControllerTest.php
+3
-0
3 additions, 0 deletions
tests/functional/ProjectControllerTest.php
with
6 additions
and
0 deletions
tests/functional/CapsuleControllerTest.php
+
3
−
0
View file @
ade9789a
...
...
@@ -17,6 +17,9 @@ class CapsuleControllerTest extends WebTestCase
protected
function
setUp
():
void
{
$fileSystem
=
new
Filesystem
();
if
(
!
$fileSystem
->
exists
(
self
::
TEST_DIR_PATH
))
{
$fileSystem
->
mkdir
(
self
::
TEST_DIR_PATH
,
0644
);
}
$this
->
assertTrue
(
$fileSystem
->
exists
(
self
::
TEST_DIR_PATH
),
'The directory \''
.
self
::
TEST_DIR_PATH
.
'\' should exists'
...
...
This diff is collapsed.
Click to expand it.
tests/functional/ProjectControllerTest.php
+
3
−
0
View file @
ade9789a
...
...
@@ -22,6 +22,9 @@ class ProjectControllerTest extends WebTestCase
protected
function
setUp
():
void
{
$fileSystem
=
new
Filesystem
();
if
(
!
$fileSystem
->
exists
(
self
::
TEST_DIR_PATH
))
{
$fileSystem
->
mkdir
(
self
::
TEST_DIR_PATH
,
0644
);
}
$this
->
assertTrue
(
$fileSystem
->
exists
(
self
::
TEST_DIR_PATH
),
'The directory \''
.
self
::
TEST_DIR_PATH
.
'\' should exists'
...
...
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
register
or
sign in
to comment