| 1 | <?php |
||
| 10 | class EntityFactoryTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | protected $class = 'Ajir\RabbitMqSqlBundle\Model\Entity'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * |
||
| 16 | */ |
||
| 17 | public function testFactoryInterface() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * |
||
| 26 | */ |
||
| 27 | public function testCreate() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * |
||
| 36 | */ |
||
| 37 | public function testCreateAssumingException() |
||
| 42 | } |
||
| 43 |