-
Notifications
You must be signed in to change notification settings - Fork 71
Single fixture #24
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
base: master
Are you sure you want to change the base?
Single fixture #24
Conversation
Misses tests... |
if (is_dir($fixtures)) { | ||
$this->loader->loadFromDirectory($fixtures); | ||
} elseif (file_exists($fixtures)) { | ||
$classes = get_declared_classes(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this class supposed to handle this? Seems to be a case for a context aware fixture loader
@@ -0,0 +1,156 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not be committed
* | ||
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to contact all authors of the library if you want to change the license :|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have the license already set as MIT for the library. Unfortunately it is set differetnly in the files.
No description provided.