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 namespaces in fixtures #15770

Closed
wants to merge 5 commits into from
Closed

Fix namespaces in fixtures #15770

wants to merge 5 commits into from

Conversation

ricpelo
Copy link
Contributor

@ricpelo ricpelo commented Feb 25, 2018

Fixes #15769.

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes
Fixed issues #15769

@cebe cebe modified the milestones: 2.0.16, 2.0.17 Nov 14, 2018
@cebe cebe self-assigned this Nov 14, 2018
@samdark samdark modified the milestones: 2.0.17, 2.0.18 Mar 20, 2019
@samdark samdark added type:bug Bug status:code review The pull request needs review. labels Mar 20, 2019
@samdark samdark requested a review from cebe March 20, 2019 12:06
@samdark samdark removed this from the 2.0.18 milestone Mar 20, 2019
@@ -53,7 +53,7 @@ class FixtureController extends Controller
/**
* @var string default namespace to search fixtures in
*/
public $namespace = 'tests\unit\fixtures';
public $namespace = 'tests\fixtures';
Copy link
Member

Choose a reason for hiding this comment

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

Looks like potential backwards compatibility break.

@samdark samdark added status:under discussion and removed status:code review The pull request needs review. labels May 14, 2019
@samdark
Copy link
Member

samdark commented Sep 18, 2019

@arzzen have you tested it locally?

@terabytesoftw
Copy link
Member

Completed

public $namespace = 'tests\unit\fixtures';

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.

Namespace inconsistencies in fixtures
5 participants