Skip to content

Commit

Permalink
s/ingore/ignore (#32905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored Mar 28, 2021
1 parent 9a705cb commit d4f78be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Libraries/Cms/Table/TableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function testBindIgnoresFields()
'ordering'
];

// Check for ingore fields as array
// Check for ignore fields as array
$this->object->bind($data, $ignore);

$this->assertEquals('Test Title', $this->object->title);
Expand Down

0 comments on commit d4f78be

Please sign in to comment.