From 712632be01e1ef05bd474b8b8a7952f651b3476c Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 27 Feb 2012 06:26:13 +0100 Subject: Satisfy phpunit about incomplete tests. --- test/PhpBB3ImplTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/PhpBB3ImplTest.php') 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() ); } } -- cgit v1.2.3