Created
May 2, 2012 19:20
-
-
Save zombor/2579453 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % ./phpspec-composer.php specs -f d -b -c | |
AutoModelerDAO | |
should create a loaded model (PENDING: No reason given) | |
should create a model with an id (PENDING: No reason given) | |
should throw exception when creating loaded model (PENDING: No reason given) | |
should update one row (PENDING: No reason given) | |
should throw exception when updating non loaded model (PENDING: No reason given) | |
should delete persisted model (PENDING: No reason given) | |
should throw exception when deleting non loaded model (PENDING: No reason given) | |
AutoModeler | |
should have an empty data array when new | |
should store data assigned to it directly | |
should store data assigned to it in mass | |
should have new state when new | |
should have assigned state when assigned | |
should have no rules when new | |
should have assigned rules | |
should be valid with no rules | |
should fail validation when invalid (ERROR - 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment