| 1 | <?php |
||
| 16 | class MapperTest extends TestCase |
||
| 17 | { |
||
| 18 | /** @var \eZ\Publish\Core\Persistence\Legacy\Bookmark\Mapper */ |
||
| 19 | private $mapper; |
||
| 20 | |||
| 21 | protected function setUp() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @covers \eZ\Publish\Core\Persistence\Legacy\Bookmark\Mapper::createBookmarkFromCreateStruct |
||
| 28 | */ |
||
| 29 | public function testCreateBookmarkFromCreateStruct() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @covers \eZ\Publish\Core\Persistence\Legacy\Bookmark\Mapper::extractBookmarksFromRows |
||
| 46 | */ |
||
| 47 | public function testExtractBookmarksFromRows() |
||
| 81 | } |
||
| 82 |