refactor tests to reduce duplication and clean up output
authorgggeek <giunta.gaetano@gmail.com>
Thu, 26 Jan 2023 16:33:26 +0000 (16:33 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 26 Jan 2023 16:33:26 +0000 (16:33 +0000)
commit02e2bf73cdc127dbb079b71ae8d27d4499c831c4
tree175e240d8ef9eeab9569223a65c7b6e08df7796f
parent4cce810a391e6c9d6a7a86e0362d044a68153803
refactor tests to reduce duplication and clean up output
14 files changed:
tests/01CharsetTest.php
tests/02ValueTest.php
tests/03MessagesTest.php
tests/04ParsingTest.php
tests/06EncoderTest.php
tests/07ClientTest.php
tests/08ServerTest.php
tests/09HTTPTest.php
tests/10DemofilesTest.php
tests/11DebuggerTest.php
tests/12ExtraFilesTest.php
tests/LogAwareTestCase.php [new file with mode: 0644]
tests/ServerAwareTestCase.php [new file with mode: 0644]
tests/WebTestCase.php