Skip to content
Snippets Groups Projects
Commit c71eb68d authored by Jess's avatar Jess
Browse files

Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos in core

(cherry picked from commit f72ff0bd)
parent 0064be52
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -34,7 +34,7 @@ protected function setUpAuthorization($method) { ...@@ -34,7 +34,7 @@ protected function setUpAuthorization($method) {
*/ */
protected function createEntity() { protected function createEntity() {
$pablo_format = FilterFormat::create([ $pablo_format = FilterFormat::create([
'name' => 'Pablo Piccasso', 'name' => 'Pablo Picasso',
'format' => 'pablo', 'format' => 'pablo',
'langcode' => 'es', 'langcode' => 'es',
'filters' => [ 'filters' => [
...@@ -71,7 +71,7 @@ protected function getExpectedNormalizedEntity() { ...@@ -71,7 +71,7 @@ protected function getExpectedNormalizedEntity() {
], ],
'format' => 'pablo', 'format' => 'pablo',
'langcode' => 'es', 'langcode' => 'es',
'name' => 'Pablo Piccasso', 'name' => 'Pablo Picasso',
'status' => TRUE, 'status' => TRUE,
'uuid' => $this->entity->uuid(), 'uuid' => $this->entity->uuid(),
'weight' => 0, 'weight' => 0,
......
...@@ -51,7 +51,7 @@ protected function setUpAuthorization($method) { ...@@ -51,7 +51,7 @@ protected function setUpAuthorization($method) {
*/ */
protected function createEntity() { protected function createEntity() {
$pablo_format = FilterFormat::create([ $pablo_format = FilterFormat::create([
'name' => 'Pablo Piccasso', 'name' => 'Pablo Picasso',
'format' => 'pablo', 'format' => 'pablo',
'langcode' => 'es', 'langcode' => 'es',
'filters' => [ 'filters' => [
...@@ -106,7 +106,7 @@ protected function getExpectedDocument() { ...@@ -106,7 +106,7 @@ protected function getExpectedDocument() {
], ],
], ],
'langcode' => 'es', 'langcode' => 'es',
'name' => 'Pablo Piccasso', 'name' => 'Pablo Picasso',
'status' => TRUE, 'status' => TRUE,
'weight' => 0, 'weight' => 0,
'drupal_internal__format' => 'pablo', 'drupal_internal__format' => 'pablo',
......
...@@ -154,7 +154,7 @@ protected function getExpectedCacheContexts() { ...@@ -154,7 +154,7 @@ protected function getExpectedCacheContexts() {
*/ */
public function testGetWithFormat($text_format_id, array $expected_cache_tags) { public function testGetWithFormat($text_format_id, array $expected_cache_tags) {
FilterFormat::create([ FilterFormat::create([
'name' => 'Pablo Piccasso', 'name' => 'Pablo Picasso',
'format' => 'pablo', 'format' => 'pablo',
'langcode' => 'es', 'langcode' => 'es',
'filters' => [], 'filters' => [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment