summaryrefslogtreecommitdiff
path: root/test/PhpBB3ImplTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/PhpBB3ImplTest.php')
-rw-r--r--test/PhpBB3ImplTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PhpBB3ImplTest.php b/test/PhpBB3ImplTest.php
index 63a828d..d25e551 100644
--- a/test/PhpBB3ImplTest.php
+++ b/test/PhpBB3ImplTest.php
@@ -24,6 +24,10 @@ require_once('PHPUnit/Framework.php');
class PhpBB3ImplTest extends PHPUnit_Framework_TestCase {
+ protected function setUp() {
+ $this->markTestSkipped();
+ }
+
/**
* phpBB3 uses many globals; due to the way tests are run, we cannot
* easily get these globals into the right scope so that the methods