Skip to content

[Intl] Fix test #30587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2019
Merged

[Intl] Fix test #30587

merged 1 commit into from
Mar 17, 2019

Conversation

ro0NL
Copy link
Contributor

@ro0NL ro0NL commented Mar 17, 2019

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes/no
Tests pass? yes
Fixed tickets #...
License MIT
Doc PR symfony/symfony-docs#...

Creates some weird path, that breaks the next tests.

@@ -45,7 +45,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
$this->setExpectedException(RuntimeException::class);
}

@mkdir($this->targetDir, '0777', true);
@mkdir($this->targetDir, 0777, true);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes

www-data@c10c95c9d97e:/app/var/symfony-src$ ls -la /tmp/GitRepositoryTest/
ls: cannot access '/tmp/GitRepositoryTest/..': Permission denied
ls: cannot access '/tmp/GitRepositoryTest/.': Permission denied
total 0
d????????? ? ? ? ?            ? .
d????????? ? ? ? ?            ? ..

@fabpot
Copy link
Member

fabpot commented Mar 17, 2019

Thank you @ro0NL.

@fabpot fabpot merged commit 226f522 into symfony:3.4 Mar 17, 2019
fabpot added a commit that referenced this pull request Mar 17, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

[Intl] Fix test

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Creates some weird path, that breaks the next tests.

Commits
-------

226f522 [Intl] Fix test
@ro0NL ro0NL deleted the patch-1 branch March 17, 2019 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants