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
a172c1c7
Commit
a172c1c7
authored
Apr 23, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2244087
by cs_shadow, andrei.dincu, joachim: Add explanation comment in NodeCreationTest
parent
d5c96218
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
View file @
a172c1c7
...
...
@@ -89,6 +89,8 @@ function testFailedPageCreation() {
);
try
{
// An exception is generated by node_test_exception_node_insert() if the
// title is 'testing_transaction_exception'.
entity_create
(
'node'
,
$edit
)
->
save
();
$this
->
fail
(
t
(
'Expected exception has not been thrown.'
));
}
...
...
Write
Preview
Supports
Markdown
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