Skip to content
Snippets Groups Projects
Unverified Commit 7231437c authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #19754 from eileenmcnaughton/api

Fix apiv4 test sloppiness
parents 8f82117b 201cdf8f
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ class UnitTestCase extends \PHPUnit\Framework\TestCase implements HeadlessInterf
*/
public function __construct($name = NULL, array $data = [], $dataName = '') {
parent::__construct($name, $data, $dataName);
error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ALL);
}
public function setUpHeadless() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment