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

Write some testing helper functions #2

Open
4 tasks
mallorydxw opened this issue May 13, 2016 · 0 comments
Open
4 tasks

Write some testing helper functions #2

mallorydxw opened this issue May 13, 2016 · 0 comments
Assignees
Milestone

Comments

@mallorydxw
Copy link
Contributor

mallorydxw commented May 13, 2016

  • Name the class \Dxw\Iguana\Testing
  • Provide a mock for Value/Get - $this->getGetValue([...]); (no longer needed thanks to Feature/values #22)
  • Provide a mock for Value/Post - $this->getPostValue([...]); (no longer needed thanks to Feature/values #22)
  • Provide $this->assertIsRegisterable(...); which just does $this->assertInstanceOf(\Dxw\Iguana\Registerable::class, ...);
@mallorydxw mallorydxw added this to the 1.1.0 milestone May 27, 2016
@mallorydxw mallorydxw self-assigned this May 27, 2016
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

No branches or pull requests

1 participant