Mercurial > hg > isophonics-drupal-site
comparison core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
70 $this->entity->save(); | 70 $this->entity->save(); |
71 $this->test = [ | 71 $this->test = [ |
72 'label' => $this->entity->label(), | 72 'label' => $this->entity->label(), |
73 'uuid' => $this->entity->uuid(), | 73 'uuid' => $this->entity->uuid(), |
74 'bundle' => $this->entity->bundle(), | 74 'bundle' => $this->entity->bundle(), |
75 'uri' => $this->entity->url(), | 75 'uri' => $this->entity->toUrl()->toString(), |
76 ]; | 76 ]; |
77 } | 77 } |
78 | 78 |
79 } | 79 } |