Aleksander Machniak
2012-08-31 afa0b1df58d93059686f00017a111185e5ee2674
Use setUp() instead of __construct()
1 files modified
2 ■■■ changed files
tests/MailFunc.php 2 ●●● patch | view | raw | blame | history
tests/MailFunc.php
@@ -8,7 +8,7 @@
class MailFunc extends PHPUnit_Framework_TestCase
{
    function __construct()
    function setUp()
    {
        // simulate environment to successfully include func.inc
        $GLOBALS['RCMAIL'] = $RCMAIL = rcmail::get_instance();