File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- require ("bootstrap.php " );
3+ require_once ("bootstrap.php " );
44
55class AuthDigestTest extends PHPUnit_Framework_TestCase
66{
Original file line number Diff line number Diff line change 11<?php
22
3- require ("bootstrap.php " );
3+ require_once ("bootstrap.php " );
44
55class IoTest extends PHPUnit_Framework_TestCase
66{
Original file line number Diff line number Diff line change 11<?php
22
3- require ("bootstrap.php " );
3+ require_once ("bootstrap.php " );
44
55class RsTest extends PHPUnit_Framework_TestCase
66{
Original file line number Diff line number Diff line change 11<?php
22
3- require ("bootstrap.php " );
3+ require_once ("bootstrap.php " );
44
55class RsUtilsTest extends PHPUnit_Framework_TestCase
66{
Original file line number Diff line number Diff line change 1616}
1717
1818function getTid () {
19+ global $ tid ;
1920 return $ tid ;
2021}
2122
You can’t perform that action at this time.
0 commit comments