Наследование: extends TestCase
Пример #1
0
     * @todo Implement testGetAddEditForm().
     */
    public function testGetAddEditForm()
    {
        $this->markTestIncomplete('This test has not been implemented yet.');
    }
    /**
     * @todo Implement testGetDistance().
     */
    public function testGetDistance()
    {
        $this->markTestIncomplete('This test has not been implemented yet.');
        //$this->object->save();
        //$obj = new Address($this->object->getId());
        //var_dump($obj);
        //echo $obj->getGeocode();
        //var_dump($obj->getDistance($obj->getGeocode()));
    }
    /**
     * @todo Implement test__toString().
     */
    public function test__toString()
    {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete('This test has not been implemented yet.');
    }
}
// Call AddressTest::main() if this source file is executed directly.
if (PHPUnit_MAIN_METHOD == 'AddressTest::main') {
    AddressTest::main();
}