From 4d93d328a5d4bc812e2dde77fb8832c73d0065c8 Mon Sep 17 00:00:00 2001 From: uckelman Date: Tue, 2 Nov 2010 21:46:30 +0000 Subject: * 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 --- test/PhpBB3ImplTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/PhpBB3ImplTest.php') 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 -- cgit v1.2.3