Update to Drupal 8.0.0 beta 14. For more information, see https://drupal.org/node/2544542
This commit is contained in:
parent
3b2511d96d
commit
81ccda77eb
2155 changed files with 54307 additions and 46870 deletions
|
@ -8,6 +8,7 @@
|
|||
namespace Drupal\views\Tests;
|
||||
|
||||
use Drupal\comment\Tests\CommentTestTrait;
|
||||
use Drupal\Component\Utility\Xss;
|
||||
use Drupal\views\Entity\View;
|
||||
use Drupal\views\Views;
|
||||
use Drupal\views\ViewExecutable;
|
||||
|
@ -326,7 +327,7 @@ class ViewExecutableTest extends ViewUnitTestBase {
|
|||
// Test the title methods.
|
||||
$title = $this->randomString();
|
||||
$view->setTitle($title);
|
||||
$this->assertEqual($view->getTitle(), $title);
|
||||
$this->assertEqual($view->getTitle(), Xss::filterAdmin($title));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue