Author: sb
Date: Sat Jan 13 10:16:49 2007
New Revision: 414
URL: http://www.phpunit.de/changeset/414
Log:
- Leftovers from [176] and [265].
Reported by Douglas E. Warner <silfreed@xxxxxxxxxxxx>.
Modified:
phpunit/branches/3.0/PHPUnit/Framework/Constraint.php
phpunit/branches/3.0/PHPUnit/Framework/IncompleteTest.php
phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php
phpunit/branches/3.0/PHPUnit/Framework/SkippedTest.php
phpunit/branches/3.0/PHPUnit/Framework/Test.php
phpunit/branches/3.0/PHPUnit/Framework/TestListener.php
phpunit/branches/3.1/PHPUnit/Framework/Constraint.php
phpunit/branches/3.1/PHPUnit/Framework/IncompleteTest.php
phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php
phpunit/branches/3.1/PHPUnit/Framework/SkippedTest.php
phpunit/branches/3.1/PHPUnit/Framework/Test.php
phpunit/branches/3.1/PHPUnit/Framework/TestListener.php
Modified: phpunit/branches/3.0/PHPUnit/Framework/Constraint.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/Constraint.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/Constraint.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/Constraint.php Sat Jan 13 10:16:49
2007
@@ -50,7 +50,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_Constraint')) {
+if (!interface_exists('PHPUnit_Framework_Constraint', FALSE)) {
/**
* Abstract base class for constraints. which are placed upon any value.
Modified: phpunit/branches/3.0/PHPUnit/Framework/IncompleteTest.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/IncompleteTest.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/IncompleteTest.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/IncompleteTest.php Sat Jan 13
10:16:49 2007
@@ -48,7 +48,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_IncompleteTest')) {
+if (!interface_exists('PHPUnit_Framework_IncompleteTest', FALSE)) {
/**
* A marker interface for marking any exception/error as result of an unit
Modified: phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php Sat Jan 13
10:16:49 2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_SelfDescribing')) {
+if (!interface_exists('PHPUnit_Framework_SelfDescribing', FALSE)) {
/**
* Interface for classes that can return a description of itself.
Modified: phpunit/branches/3.0/PHPUnit/Framework/SkippedTest.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/SkippedTest.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/SkippedTest.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/SkippedTest.php Sat Jan 13 10:16:49
2007
@@ -48,7 +48,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_SkippedTest')) {
+if (!interface_exists('PHPUnit_Framework_SkippedTest', FALSE)) {
/**
* A marker interface for marking a unit test as being skipped.
Modified: phpunit/branches/3.0/PHPUnit/Framework/Test.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/Test.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/Test.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/Test.php Sat Jan 13 10:16:49 2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_Test')) {
+if (!interface_exists('PHPUnit_Framework_Test', FALSE)) {
/**
* A Test can be run and collect its results.
Modified: phpunit/branches/3.0/PHPUnit/Framework/TestListener.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.0/PHPUnit/Framework/TestListener.php?rev=414
==============================================================================
--- phpunit/branches/3.0/PHPUnit/Framework/TestListener.php (original)
+++ phpunit/branches/3.0/PHPUnit/Framework/TestListener.php Sat Jan 13 10:16:49
2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_TestListener')) {
+if (!interface_exists('PHPUnit_Framework_TestListener', FALSE)) {
/**
* A Listener for test progress.
Modified: phpunit/branches/3.1/PHPUnit/Framework/Constraint.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/Constraint.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/Constraint.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/Constraint.php Sat Jan 13 10:16:49
2007
@@ -50,7 +50,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_Constraint')) {
+if (!interface_exists('PHPUnit_Framework_Constraint', FALSE)) {
/**
* Abstract base class for constraints. which are placed upon any value.
Modified: phpunit/branches/3.1/PHPUnit/Framework/IncompleteTest.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/IncompleteTest.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/IncompleteTest.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/IncompleteTest.php Sat Jan 13
10:16:49 2007
@@ -48,7 +48,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_IncompleteTest')) {
+if (!interface_exists('PHPUnit_Framework_IncompleteTest', FALSE)) {
/**
* A marker interface for marking any exception/error as result of an unit
Modified: phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php Sat Jan 13
10:16:49 2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_SelfDescribing')) {
+if (!interface_exists('PHPUnit_Framework_SelfDescribing', FALSE)) {
/**
* Interface for classes that can return a description of itself.
Modified: phpunit/branches/3.1/PHPUnit/Framework/SkippedTest.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/SkippedTest.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/SkippedTest.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/SkippedTest.php Sat Jan 13 10:16:49
2007
@@ -48,7 +48,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_SkippedTest')) {
+if (!interface_exists('PHPUnit_Framework_SkippedTest', FALSE)) {
/**
* A marker interface for marking a unit test as being skipped.
Modified: phpunit/branches/3.1/PHPUnit/Framework/Test.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/Test.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/Test.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/Test.php Sat Jan 13 10:16:49 2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_Test')) {
+if (!interface_exists('PHPUnit_Framework_Test', FALSE)) {
/**
* A Test can be run and collect its results.
Modified: phpunit/branches/3.1/PHPUnit/Framework/TestListener.php
URL:
http://www.phpunit.de/file/phpunit/branches/3.1/PHPUnit/Framework/TestListener.php?rev=414
==============================================================================
--- phpunit/branches/3.1/PHPUnit/Framework/TestListener.php (original)
+++ phpunit/branches/3.1/PHPUnit/Framework/TestListener.php Sat Jan 13 10:16:49
2007
@@ -49,7 +49,7 @@
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
-if (!interface_exists('PHPUnit_Framework_TestListener')) {
+if (!interface_exists('PHPUnit_Framework_TestListener', FALSE)) {
/**
* A Listener for test progress.
|