Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Fix: Ignore non-existent exclude classes #30

Merged
merged 2 commits into from
Sep 19, 2017
Merged

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Sep 19, 2017

This PR

  • asserts that non-existent exclude classes are ignored
  • ignores non-existent exclude classes

Blocks ergebnis/factory-girl-definition#15.

@localheinz localheinz added the bug label Sep 19, 2017
@localheinz localheinz self-assigned this Sep 19, 2017
@localheinz localheinz changed the title Enhancement: Assert that non-existent exclude classes are ignored Fix: Ignore non-existent exclude classes Sep 19, 2017
'Exclude class names need to be specified as existing classes, but "%s" does not exist.',
\implode('", "', $excludeClassNames)
));
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This should also increase test coverage as this was never tested.

@localheinz localheinz merged commit b35d9b1 into master Sep 19, 2017
@localheinz localheinz deleted the fix/non-existent branch September 19, 2017 11:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant