Skip to content

Tag: php

phpmailer has authentcation problems

I have this error with my Authentication unsuccessful, and I can’t seem to find why I can’t sent a mail. To me everything looks good, but I can’t find this error. My php code: <?php require '…

Bypass SIMPLETEST_BASE_URL in PHPUnit.xml

Is there any way to run PHPUnit test case without SIMPLETEST_BASE_URL. I need to perform PHPUnit in an environment where only PHP cli is availabe. So can’t put any url on SIMPLETEST_BASE_URL in …