Adding require_once statements that were missing from Zend_Gdata.
[zend/radio.git] / tests / Zend / Gdata / App / MockBase.php
blob4cf9dbee8821b43f5a0ac3ea9f17ace64020f2d3
1 <?php
3 /**
4 * Zend Framework
6 * LICENSE
8 * This source file is subject to the new BSD license that is bundled
9 * with this package in the file LICENSE.txt.
10 * It is also available through the world-wide-web at this URL:
11 * http://framework.zend.com/license/new-bsd
12 * If you did not receive a copy of the license and are unable to
13 * obtain it through the world-wide-web, please send an email
14 * to license@zend.com so we can send you a copy immediately.
16 * @category Zend
17 * @package Zend_Gdata
18 * @subpackage UnitTests
19 * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
20 * @license http://framework.zend.com/license/new-bsd New BSD License
23 require_once 'Zend/Gdata/App/Base.php';
25 /**
26 * Minimal implementation of Zend_Gdata_App_Base
28 * @category Zend
29 * @package Zend_Gdata
30 * @subpackage Unittests
31 * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
32 * @license http://framework.zend.com/license/new-bsd New BSD License
35 class Zend_Gdata_App_MockBase extends Zend_Gdata_App_Base
37 // This space intentionally left blank.