wiki.techinc.nl/tests/phpunit/includes/Rest
Derick Alangi efd780c31e Convert response to string & fix assertEquals() to assertSame()
Actually, `->getBody()` returns a stream interface and in order to
get the body's content, just call `->getContent()` which will return
the response's body content in string format.

Change-Id: I9527c8a29c8da2342c8ac958c4e7bb6ba12fd613
2021-11-03 13:15:19 +01:00
..
EntryPointTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
RequestFromGlobalsTest.php Convert response to string & fix assertEquals() to assertSame() 2021-11-03 13:15:19 +01:00