1 | <?php |
||
12 | class EntityEmbedUpdateHookTest extends UpdatePathTestBase { |
||
13 | |||
14 | /** |
||
15 | * Set database dump files to be used. |
||
16 | */ |
||
17 | protected function setDatabaseDumpFiles() { |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | protected function doSelectionTest() { |
||
31 | |||
32 | /** |
||
33 | * Tests entity_embed_update_8002(). |
||
34 | */ |
||
35 | public function testPostUpdate() { |
||
42 | |||
43 | } |
||
44 |