Skip to content

Commit ee3f295

Browse files
committed
x
1 parent 12c451e commit ee3f295

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

tests/AuthDigestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require("bootstrap.php");
3+
require_once("bootstrap.php");
44

55
class AuthDigestTest extends PHPUnit_Framework_TestCase
66
{

tests/IoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require("bootstrap.php");
3+
require_once("bootstrap.php");
44

55
class IoTest extends PHPUnit_Framework_TestCase
66
{

tests/RsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require("bootstrap.php");
3+
require_once("bootstrap.php");
44

55
class RsTest extends PHPUnit_Framework_TestCase
66
{

tests/RsUtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require("bootstrap.php");
3+
require_once("bootstrap.php");
44

55
class RsUtilsTest extends PHPUnit_Framework_TestCase
66
{

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717

1818
function getTid() {
19+
global $tid;
1920
return $tid;
2021
}
2122

0 commit comments

Comments
 (0)