Issue #2080705 by chertzog: Remove Unused local variable from /core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php.

8.0.x
webchick 2013-12-04 00:47:53 -08:00
parent 3eb67ce825
commit 9657849b73
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ class TrackerAttributesTest extends WebTestBase {
$node_uri = url('node/' . $node->id(), array('absolute' => TRUE));
$user_uri = url('user/' . $node->getAuthorId(), array('absolute' => TRUE));
$user = ($node->getAuthorId() == 0) ? 'Anonymous user' : 'Registered user';
// Parses tracker page where the nodes are displayed in a table.
$parser = new \EasyRdf_Parser_Rdfa();
$graph = new \EasyRdf_Graph();