diff options
author | uckelman <uckelman@nomic.net> | 2010-11-02 21:46:30 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-11-02 21:46:30 +0000 |
commit | 4d93d328a5d4bc812e2dde77fb8832c73d0065c8 (patch) | |
tree | 33b54b8f9da9f0f57a64eec118c7348a78ca5a4b /test/PhpBB3ImplTest.php | |
parent | 4f45cd4aa100122e0bac25e4ff2208a8bf4d53cf (diff) |
* Renamed BridgeTest to BridgeImplTest.
* Skip all tests which require a DB until we figure out how to mock PDOs.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7438 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/PhpBB3ImplTest.php')
-rw-r--r-- | test/PhpBB3ImplTest.php | 4 |
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 |