Skip to content

Commit 6323840

Browse files
authored
Merge pull request #55 from stof/drop_json_test
Drop the json test
2 parents 8373ff2 + 47ed04a commit 6323840

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

tests/Basic/ContentTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ public function getAttributeDataProvider()
5656
);
5757
}
5858

59-
public function testJson()
60-
{
61-
$this->getSession()->visit($this->pathTo('/json.php'));
62-
$this->assertStringContainsString(
63-
'{"key1":"val1","key2":234,"key3":[1,2,3]}',
64-
$this->getSession()->getPage()->getContent()
65-
);
66-
}
67-
6859
public function testHtmlDecodingNotPerformed()
6960
{
7061
$session = $this->getSession();

web-fixtures/json.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)