Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1b20fe2f
Commit
1b20fe2f
authored
Jan 06, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2165413
by David_Rothstein: Remove Tigger from core (spelling errors)
parent
e9a61829
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
View file @
1b20fe2f
...
...
@@ -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() t
r
iggers 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.'
);
...
...
core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
View file @
1b20fe2f
...
...
@@ -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() t
r
iggers 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.'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment