<?php
/**
*
* Example for testing a "bar" model (inherited from test_solar_foo).
*
* @category Solar
*
* @package Mock_Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: TestSolarBar.php 4263 2009-12-07 19:25:31Z pmjones $
*
*/
class Mock_Solar_Model_TestSolarBar extends Mock_Solar_Model_TestSolarFoo
{
}