summaryrefslogtreecommitdiffstats
path: root/tests/test_case.php
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2007-07-02 10:02:22 +0000
committerSebastian Bergmann <sb@sebastian-bergmann.de>2007-07-02 10:02:22 +0000
commit31fd34c1c1f5d03c9eddac0683c45df8c06db6e0 (patch)
tree2b7a14813636000127c7a71c51727f8235247bef /tests/test_case.php
parent7af2cca9ba5b3ab1e71bad2fd52b902ae111265d (diff)
downloadzetacomponents-graph-31fd34c1c1f5d03c9eddac0683c45df8c06db6e0.zip
zetacomponents-graph-31fd34c1c1f5d03c9eddac0683c45df8c06db6e0.tar.gz
- PHPUnit 3.1 Migration
- Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
Diffstat (limited to 'tests/test_case.php')
-rw-r--r--tests/test_case.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_case.php b/tests/test_case.php
index e7af1e0..0ed30b2 100644
--- a/tests/test_case.php
+++ b/tests/test_case.php
@@ -1,7 +1,4 @@
<?php
-
-ezcTestRunner::addFileToFilter( __FILE__ );
-
class ezcGraphTestCase extends ezcTestImageCase
{
OpenPOWER on IntegriCloud