rlefever

Results 4 issues of rlefever

I have had some trouble finding some of the software to install. apt-get and pip seem to not recognize them. Could you post an Install guide?

PHPUnit 9.6.22 ci-phpunit-test 3.0.4 via composer php 7.4 [Doc Reference](https://github.com/kenjis/ci-phpunit-test/blob/master/docs/HowToWriteTests.md#rest-request) Problem: When I run this test ``` /** * Testing retrieval of Courses via API call w/o Authorization Header *...

Using CI 3.1.13, PHP 7.4, PHPUnit 9.6, ci-phpunit-test freshly installed. I have read this [Issue 242](https://github.com/kenjis/ci-phpunit-test/issues/242#issuecomment-761301335) and it seems related, but cannot figure out the solution. When I load my...

I am running a test of a controller that returns void. It automates pulling data via an API call and updates a db table. In the test, since I am...