tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊

Home Page:https://tempest.stitcher.io/framework/01-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `tests/Testing` to Integration testing

aidan-casey opened this issue · comments

Somewhere along the way the Testing directory got moved to the tests root. We need to do the following:

  • Move that directory to the integration tests directory.
  • Rename test_get_requests_failure to test_assert_ok_works.
  • Remove the todo comment and replace exception expectation with a PHPunit assertion failed exception expectation.

Solved by #199.