diff options
Diffstat (limited to 'Tests/Auth/Yadis')
-rw-r--r-- | Tests/Auth/Yadis/DiscoverData.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/Discover_Yadis.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/ParseHTML.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/TestUtil.php | 2 | ||||
-rw-r--r-- | Tests/Auth/Yadis/XRDS.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/XRI.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/Yadis.php | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/Tests/Auth/Yadis/DiscoverData.php b/Tests/Auth/Yadis/DiscoverData.php index bf02d66..816a06b 100644 --- a/Tests/Auth/Yadis/DiscoverData.php +++ b/Tests/Auth/Yadis/DiscoverData.php @@ -150,3 +150,4 @@ function generateResult($base_url, $input_name, $id_name, $result_name, $success return array($input_url, $result); } +?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/Discover_Yadis.php b/Tests/Auth/Yadis/Discover_Yadis.php index 0ca3b2e..6e2d38b 100644 --- a/Tests/Auth/Yadis/Discover_Yadis.php +++ b/Tests/Auth/Yadis/Discover_Yadis.php @@ -228,3 +228,4 @@ $Tests_Auth_Yadis_Discover_Yadis_other = array( new Tests_Auth_Yadis_Discover_Yadis_ContentTypes() ); +?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/ParseHTML.php b/Tests/Auth/Yadis/ParseHTML.php index e3977bc..bc7574f 100644 --- a/Tests/Auth/Yadis/ParseHTML.php +++ b/Tests/Auth/Yadis/ParseHTML.php @@ -84,3 +84,4 @@ class Tests_Auth_Yadis_ParseHTML extends PHPUnit_Framework_TestSuite { } } +?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/TestUtil.php b/Tests/Auth/Yadis/TestUtil.php index 6c25812..8936c0e 100644 --- a/Tests/Auth/Yadis/TestUtil.php +++ b/Tests/Auth/Yadis/TestUtil.php @@ -27,4 +27,4 @@ function Tests_Auth_Yadis_readlines($name) return Tests_Auth_Yadis_datafile($name, 'file'); } - +?> diff --git a/Tests/Auth/Yadis/XRDS.php b/Tests/Auth/Yadis/XRDS.php index 3bb23e4..7d9048e 100644 --- a/Tests/Auth/Yadis/XRDS.php +++ b/Tests/Auth/Yadis/XRDS.php @@ -245,3 +245,4 @@ class Tests_Auth_Yadis_XRDS extends PHPUnit_Framework_TestCase { } } +?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/XRI.php b/Tests/Auth/Yadis/XRI.php index 220c196..7f2b04d 100644 --- a/Tests/Auth/Yadis/XRI.php +++ b/Tests/Auth/Yadis/XRI.php @@ -140,3 +140,4 @@ class Tests_Auth_Yadis_XRI extends PHPUnit_Framework_TestSuite { } } +?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/Yadis.php b/Tests/Auth/Yadis/Yadis.php index 5672a15..8c55558 100644 --- a/Tests/Auth/Yadis/Yadis.php +++ b/Tests/Auth/Yadis/Yadis.php @@ -86,3 +86,4 @@ class Tests_Auth_Yadis_Yadis extends PHPUnit_Framework_TestSuite { } +?>
\ No newline at end of file |