Skip to content
Snippets Groups Projects
Commit 1b20fe2f authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2165413 by David_Rothstein: Remove Tigger from core (spelling errors)

parent e9a61829
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -106,7 +106,7 @@ public function testDeterminingChanges() {
* @see block_test_block_insert()
*/
public function testCustomBlockSaveOnInsert() {
// custom_block_test_custom_block_insert() tiggers a save on insert if the
// custom_block_test_custom_block_insert() triggers a save on insert if the
// title equals 'new'.
$block = $this->createCustomBlock('new');
$this->assertEqual($block->label(), 'CustomBlock ' . $block->id(), 'Custom block saved on block insert.');
......
......@@ -169,7 +169,7 @@ function testDeterminingChanges() {
* @see node_test_node_insert()
*/
function testNodeSaveOnInsert() {
// node_test_node_insert() tiggers a save on insert if the title equals
// node_test_node_insert() triggers a save on insert if the title equals
// 'new'.
$node = $this->drupalCreateNode(array('title' => 'new'));
$this->assertEqual($node->getTitle(), 'Node ' . $node->id(), 'Node saved on node insert.');
......
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