Skip to content

Instantly share code, notes, and snippets.

@zombor
Created May 2, 2012 19:20
Show Gist options
  • Save zombor/2579453 to your computer and use it in GitHub Desktop.
Save zombor/2579453 to your computer and use it in GitHub Desktop.
-> % ./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