* changes to the tests
[vsc.git] / _tests / models / dataobject.class.php
blob70a310bdb07c405ff3a85935ff252ff5616a3f3d
1 <?php
2 /**
3 * mock object for testing the abstract fooTdoA
4 */
5 class fooTdo extends fooTdoA {
6 public function __construct () {
7 $this->setConnection(sqlFactory::connect('mysql'));