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

tests: Delete conflicting DemoFactory #1173

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

cbj4074
Copy link
Contributor

@cbj4074 cbj4074 commented Feb 24, 2020

This factory was causing unexpected behavior with the UserFactory;
basically, this factory was taking precedence whenever
factory(User::class) was called.

Oddly, this factory was effective only in the Travis-CI environment and
not anybody's respective local environment. Presumably, some nuance
with the filesystem coupled with Composer's autoloader affects the
order in which the respective factories are registered in different
environments.

In any case, this factory is no longer useful and is hereby deleted,
which fixes a handful of test methods that heretofore had to be marked
as incomplete.

This factory was causing unexpected behavior with the UserFactory;
basically, this factory was taking precedence whenever
factory(User::class) was called.

Oddly, this factory was effective only in the Travis-CI environment and
not anybody's respective local environment. Presumably, some nuance
with the filesystem coupled with Composer's autoloader affects the
order in which the respective factories are registered in different
environments.

In any case, this factory is no longer useful and is hereby deleted,
which fixes a handful of test methods that heretofore had to be marked
as incomplete.
@cbj4074 cbj4074 marked this pull request as ready for review February 24, 2020 01:35
@cbj4074 cbj4074 requested a review from HDVinnie February 24, 2020 01:35
@cbj4074
Copy link
Contributor Author

cbj4074 commented Feb 24, 2020

@HDVinnie Indeed, removing that factory fixed everything in Travis. 👍

@HDVinnie HDVinnie merged commit 563f190 into HDInnovations:master Feb 24, 2020
@cbj4074 cbj4074 deleted the chat-controller-tests branch March 4, 2020 18:09
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.

2 participants