diff options
author | uckelman <uckelman@nomic.net> | 2010-04-11 16:47:57 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-11 16:47:57 +0000 |
commit | 2843ff99dabd8ef664437282f5d372e70dac26bd (patch) | |
tree | e805214180e8a2008a97f27a2dbac7c1ded8238c /test/PhpBB3Test.php | |
parent | 5e1d610d9d87da0b6f1d3fe75a875e40f2564c94 (diff) |
Removed useless tests.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6664 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/PhpBB3Test.php')
-rw-r--r-- | test/PhpBB3Test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php index 1ff9b88..c3f7bae 100644 --- a/test/PhpBB3Test.php +++ b/test/PhpBB3Test.php @@ -93,8 +93,6 @@ EOF; public function providerForumExists() { return array( array('bogus', null, 'PHPUnit_Framework_Error'), - array(3.5, null, 'PHPUnit_Framework_Error'), - array(-1, null, 'PHPUnit_Framework_Error'), array(0, false, null), array(2, true, null) ); @@ -112,8 +110,6 @@ EOF; public function providerTopicExists() { return array( array('bogus', null, 'PHPUnit_Framework_Error'), - array(3.5, null, 'PHPUnit_Framework_Error'), - array(-1, null, 'PHPUnit_Framework_Error'), array(0, false, null), array(1, true, null) ); |