dxw / iguana

An extensible theme and plugin framework for WordPress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write some testing helper functions

mallorydxw opened this issue · comments

  • Name the class \Dxw\Iguana\Testing
  • Provide a mock for Value/Get - $this->getGetValue([...]); (no longer needed thanks to #22)
  • Provide a mock for Value/Post - $this->getPostValue([...]); (no longer needed thanks to #22)
  • Provide $this->assertIsRegisterable(...); which just does $this->assertInstanceOf(\Dxw\Iguana\Registerable::class, ...);