summaryrefslogtreecommitdiff
path: root/test/PhpBB3ImplTest.php
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2012-02-27 06:26:13 +0100
committerJoel Uckelman <uckelman@nomic.net>2012-02-27 06:26:13 +0100
commit712632be01e1ef05bd474b8b8a7952f651b3476c (patch)
treed939d65aa47a5c5ff692eae54c253dd9d01a3178 /test/PhpBB3ImplTest.php
parent9fd68c047d293e98f7b3ff51e5fe5eb8c0fd2738 (diff)
Satisfy phpunit about incomplete tests.
Diffstat (limited to 'test/PhpBB3ImplTest.php')
-rw-r--r--test/PhpBB3ImplTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PhpBB3ImplTest.php b/test/PhpBB3ImplTest.php
index 64b11f6..d79f55c 100644
--- a/test/PhpBB3ImplTest.php
+++ b/test/PhpBB3ImplTest.php
@@ -150,6 +150,7 @@ EOF;
public function providerGetPostTime() {
return array(
+ array()
);
}
@@ -166,6 +167,7 @@ EOF;
public function providerGetAttachmentData() {
return array(
+ array()
);
}
}