Skip to content
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

fix tests #90

Merged
merged 3 commits into from
Nov 29, 2018
Merged

fix tests #90

merged 3 commits into from
Nov 29, 2018

Conversation

rikterbeek
Copy link
Contributor

Description

Tested scenarios

Fixed issue:

@@ -18,6 +18,8 @@ class TestCase extends \PHPUnit_Framework_TestCase

public function __construct()
{
date_default_timezone_set('Europe/Amsterdam');
Copy link
Contributor

Choose a reason for hiding this comment

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

$this->setDefaultsDuringDevelopment(); at the bottom of this constructor does the same, doesnt't it? If it's not working then maybe that should be called first

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes will remove this.

tests/TestCase.php Outdated Show resolved Hide resolved
@rikterbeek rikterbeek merged commit 0d8f10f into develop Nov 29, 2018
@cyattilakiss cyattilakiss deleted the bug/fix-tests branch January 9, 2019 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants