Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
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 } |