X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frdf%2Ftests%2Fsrc%2FFunctional%2FStandardProfileTest.php;fp=web%2Fcore%2Fmodules%2Frdf%2Ftests%2Fsrc%2FFunctional%2FStandardProfileTest.php;h=8662b9daca55c963d1b8c277155c91765df84522;hp=76ae39bc8a0a6c3996a58ecdda5560654225388b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/rdf/tests/src/Functional/StandardProfileTest.php b/web/core/modules/rdf/tests/src/Functional/StandardProfileTest.php index 76ae39bc8..8662b9dac 100644 --- a/web/core/modules/rdf/tests/src/Functional/StandardProfileTest.php +++ b/web/core/modules/rdf/tests/src/Functional/StandardProfileTest.php @@ -407,7 +407,7 @@ class StandardProfileTest extends BrowserTestBase { // Tag type. // @todo Enable with https://www.drupal.org/node/2072791. - //$this->assertEqual($graph->type($this->termUri), 'schema:Thing', 'Tag type was found (schema:Thing).'); + // $this->assertEqual($graph->type($this->termUri), 'schema:Thing', 'Tag type was found (schema:Thing).'); // Tag name. $expected_value = [ @@ -416,7 +416,7 @@ class StandardProfileTest extends BrowserTestBase { 'lang' => 'en', ]; // @todo Enable with https://www.drupal.org/node/2072791. - //$this->assertTrue($graph->hasProperty($this->termUri, 'http://schema.org/name', $expected_value), "$message_prefix name was found (schema:name)."); + // $this->assertTrue($graph->hasProperty($this->termUri, 'http://schema.org/name', $expected_value), "$message_prefix name was found (schema:name)."); } /**