diff --git a/src/Tests/IntegrationTest.php b/src/Tests/IntegrationTest.php index f5e018f..f667840 100644 --- a/src/Tests/IntegrationTest.php +++ b/src/Tests/IntegrationTest.php @@ -429,7 +429,7 @@ class IntegrationTest extends WebTestBase { $this->assertLink('item'); $this->clickLink('item'); - $this->assertRaw('(-) item'); + $this->assertRaw('(-) item'); $this->assertText('foo baz'); $this->assertText('bar baz'); $this->assertNoText('foo bar baz'); @@ -445,7 +445,7 @@ class IntegrationTest extends WebTestBase { $this->assertLink('item'); $this->clickLink('item'); - $this->assertRaw('(-) item'); + $this->assertRaw('(-) item'); $this->assertText('foo bar baz'); $this->assertText('foo test'); $this->assertText('bar');