Skip to content

Commit

Permalink
Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos i…
Browse files Browse the repository at this point in the history
…n core

(cherry picked from commit f72ff0bd506b308c688799bc6657db8978e2f046)
  • Loading branch information
xjm committed May 29, 2020
1 parent f649aad commit c328c2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function setUpAuthorization($method) {
*/
protected function createEntity() {
$pablo_format = FilterFormat::create([
'name' => 'Pablo Piccasso',
'name' => 'Pablo Picasso',
'format' => 'pablo',
'langcode' => 'es',
'filters' => [
Expand Down Expand Up @@ -71,7 +71,7 @@ protected function getExpectedNormalizedEntity() {
],
'format' => 'pablo',
'langcode' => 'es',
'name' => 'Pablo Piccasso',
'name' => 'Pablo Picasso',
'status' => TRUE,
'uuid' => $this->entity->uuid(),
'weight' => 0,
Expand Down
4 changes: 2 additions & 2 deletions modules/jsonapi/tests/src/Functional/FilterFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function setUpAuthorization($method) {
*/
protected function createEntity() {
$pablo_format = FilterFormat::create([
'name' => 'Pablo Piccasso',
'name' => 'Pablo Picasso',
'format' => 'pablo',
'langcode' => 'es',
'filters' => [
Expand Down Expand Up @@ -106,7 +106,7 @@ protected function getExpectedDocument() {
],
],
'langcode' => 'es',
'name' => 'Pablo Piccasso',
'name' => 'Pablo Picasso',
'status' => TRUE,
'weight' => 0,
'drupal_internal__format' => 'pablo',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected function getExpectedCacheContexts() {
*/
public function testGetWithFormat($text_format_id, array $expected_cache_tags) {
FilterFormat::create([
'name' => 'Pablo Piccasso',
'name' => 'Pablo Picasso',
'format' => 'pablo',
'langcode' => 'es',
'filters' => [],
Expand Down

0 comments on commit c328c2b

Please sign in to comment.