diff --git a/Tests/EscapingTest.php b/Tests/EscapingTest.php index 4d446ba..6bf224f 100644 --- a/Tests/EscapingTest.php +++ b/Tests/EscapingTest.php @@ -16,7 +16,8 @@ class EscapingTest extends TestCase public function testHtmlEscaping() { - $this->markTestIncomplete('This tests a very deep escaping capability of the wrapped library @todo'); + $this->markTestSkipped('Wait for implemtation'); + #$this->markTestIncomplete('This tests a very deep escaping capability of the wrapped library @todo'); $text = <<a tag injection @@ -32,7 +33,8 @@ EOF; public function testScriptEscaping() { - $this->markTestIncomplete('This tests a very deep escaping capability of the wrapped library @todo'); + $this->markTestSkipped('Wait for implemtation'); + #$this->markTestIncomplete('This tests a very deep escaping capability of the wrapped library @todo'); $text = <<alert("haha"); diff --git a/Tests/PresetTest.php b/Tests/PresetTest.php index 62a262a..24a33c6 100644 --- a/Tests/PresetTest.php +++ b/Tests/PresetTest.php @@ -23,7 +23,8 @@ class PresetTest extends TestCase public function testMin() { - $this->markTestIncomplete('This test has not been implemented yet.'); + $this->markTestSkipped('Wait for implemtation'); + #$this->markTestIncomplete('This test has not been implemented yet.'); $parser = new Preset\Min(); @@ -32,7 +33,8 @@ class PresetTest extends TestCase public function testLight() { - $this->markTestIncomplete('This test has not been implemented yet.'); + $this->markTestSkipped('Wait for implemtation'); + #$this->markTestIncomplete('This test has not been implemented yet.'); $parser = new Preset\Light(); diff --git a/composer.json b/composer.json index 85c81c3..b0c0918 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ }, "require-dev": { "phpunit/phpunit" : "^8.5.21 || ^9.5", - "symfony/phpunit-bridge": "^4.4.20 || ^5.3 || ^6.0", - "symfony/templating": "^4.4.20 || ^5.3 || ^6.0" + "symfony/phpunit-bridge": "^4.4.31 || ^5.3 || ^6.0", + "symfony/templating": "^4.4.31 || ^5.3 || ^6.0" }, "suggest": { "symfony/twig-bundle": "to use the Twig markdown filter",