Skip to content

Commit

Permalink
TaskLists: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Mar 8, 2021
1 parent e94a2c7 commit baefbfb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/testdox.txt
Expand Up @@ -5519,6 +5519,29 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
[x] Legacy rendering tests with data set #11
[x] Legacy rendering tests with data set #12
[x] Legacy rendering tests with data set #13
[x] AMP rendering tests with data set #0
[x] AMP rendering tests with data set #1
[x] AMP rendering tests with data set #2
[x] AMP rendering tests with data set #3
[x] AMP rendering tests with data set #4
[x] AMP rendering tests with data set #5
[x] AMP rendering tests with data set #6
[x] AMP rendering tests with data set #7
[x] AMP rendering tests with data set #8
[x] AMP rendering tests with data set #9
[x] AMP rendering tests with data set #10
[x] AMP rendering tests with data set #11
[x] AMP rendering tests with data set #12
[x] AMP rendering tests with data set #13
[x] AMP rendering tests with data set #14
[x] AMP rendering tests with data set #15
[x] AMP rendering tests with data set #16
[x] AMP rendering tests with data set #17
[x] AMP rendering tests with data set #18
[x] AMP rendering tests with data set #19
[x] AMP rendering tests with data set #20
[x] AMP rendering tests with data set #21
[x] AMP rendering tests with data set #22
[x] Parsing tests with data set #0
[x] Parsing tests with data set #1
[x] Parsing tests with data set #2
Expand Down
2 changes: 1 addition & 1 deletion tests/Plugins/TaskLists/ConfiguratorTest.php
Expand Up @@ -107,13 +107,13 @@ public function testListOverwritten()

/**
* @testdox Nothing happens if LI is deleted
* @doesNotPerformAssertions
*/
public function testNoListItem()
{
$this->configurator->TaskLists;
unset($this->configurator->tags['LI']);

$this->configurator->finalize();
$this->assertFalse(isset($this->configurator->tags['LI']));
}
}

0 comments on commit baefbfb

Please sign in to comment.