| 1 | <?php |
||
| 12 | class EntityTest extends PHPUnit_Framework_TestCase |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * The simple mapping fixture |
||
| 17 | * |
||
| 18 | * @var array |
||
| 19 | */ |
||
| 20 | protected $data; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * |
||
| 24 | */ |
||
| 25 | public function testGetIdentifier() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | */ |
||
| 35 | public function testGetProperty() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * |
||
| 44 | */ |
||
| 45 | public function testGetTable() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * |
||
| 54 | */ |
||
| 55 | public function testInstanciateWithoutTableData() |
||
| 62 | |||
| 63 | /** |
||
| 64 | * Sets up the fixture |
||
| 65 | */ |
||
| 66 | protected function setUp() |
||
| 103 | } |
||
| 104 |