We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b655014 commit 8a7b2bdCopy full SHA for 8a7b2bd
test/functional/PiBecomeRequestTest.php
@@ -35,6 +35,7 @@ public function testRequestBecomePi()
35
{
36
global $USER, $SQL;
37
switchUser(...getUserNotPiNotRequestedBecomePi());
38
+ error_log(json_encode($SQL->getConn()->prepare("select * from requests"))->execute()->fetchAll());
39
$this->assertFalse($USER->isPI());
40
$this->assertNumberPiBecomeRequests(0);
41
post(
0 commit comments