From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- zend/tests/Zend/Gdata/SkipTests.php | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 zend/tests/Zend/Gdata/SkipTests.php (limited to 'zend/tests/Zend/Gdata/SkipTests.php') diff --git a/zend/tests/Zend/Gdata/SkipTests.php b/zend/tests/Zend/Gdata/SkipTests.php new file mode 100644 index 0000000..2829893 --- /dev/null +++ b/zend/tests/Zend/Gdata/SkipTests.php @@ -0,0 +1,55 @@ +markTestSkipped("Zend_Gdata online tests are not enabled in TestConfiguration.php"); + } + + public function testOnline() + { + // this is here only so we have at least one test + } +} + +class Zend_Gdata_SkipClientLoginTest extends PHPUnit_Framework_TestCase +{ + public function setUp() + { + $this->markTestSkipped("Zend_Gdata authenticated tests are not enabled in TestConfiguration.php"); + } + + public function testClientLogin() + { + // this is here only so we have at least one test + } +} -- cgit v1.2.3