diff --git a/tests/FlipTest.php b/tests/FlipTest.php index 4704435..a39626d 100644 --- a/tests/FlipTest.php +++ b/tests/FlipTest.php @@ -27,7 +27,7 @@ private static function getClass($type) { } public function testThrowAll() { - $types = array(self::TYPE_NORMAL, self::TYPE_PUDGY, self::TYPE_AGRO, self::TYPE_SOVIET_RUSSIA); + $types = array(self::TYPE_NORMAL, self::TYPE_PUDGY, self::TYPE_AGRO, self::TYPE_SOVIET_RUSSIA, self::TYPE_FACEBOOK); foreach ($types as $type) { $class = self::getClass($type); $caught = false;