diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 0ecc58b93..776f31f56 100644 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -25,7 +25,6 @@ require_once __DIR__ . '/../../Autoloader.php'; */ class MazeGeneratorTest extends \PHPUnit\Framework\TestCase { - /** * @testdox A random maze can be generated * @covers phpOMS\Algorithm\Maze\MazeGenerator diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index 5600030ed..d54fe3f72 100644 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -27,7 +27,6 @@ require_once __DIR__ . '/../../Autoloader.php'; */ class GridTest extends \PHPUnit\Framework\TestCase { - /** * @testdox By default a grid is empty * @covers phpOMS\Algorithm\PathFinding\Grid diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index df517e8ba..fed1515da 100644 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -25,7 +25,6 @@ require_once __DIR__ . '/../../Autoloader.php'; */ class NodeTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The node has the expected values after initialization * @covers phpOMS\Algorithm\PathFinding\Node diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index 5d799b116..af651860d 100644 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -27,7 +27,6 @@ require_once __DIR__ . '/../../Autoloader.php'; */ class PathTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The path has the expected values after initialization * @covers phpOMS\Algorithm\PathFinding\Path diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 01bbd440d..88cbed069 100644 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -25,7 +25,6 @@ require_once __DIR__ . '/../Autoloader.php'; */ class OptionsTraitTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The option helper has the expected attributes * @group framework diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index bc3f80332..95f225db5 100644 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -23,7 +23,6 @@ use phpOMS\DataStorage\Database\Query\Grammar\Grammar; */ class GrammarTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The grammar has the expected default values after initialization * @group framework diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index abb87ee7b..ea4c4dcd5 100644 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -24,7 +24,6 @@ use phpOMS\Utils\TestUtils; */ class MysqlGrammarTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The grammar has the expected default values after initialization * @group framework diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index a62771c96..52ec827c5 100644 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -22,7 +22,6 @@ use phpOMS\Model\Message\DomAction; */ class DomTest extends \PHPUnit\Framework\TestCase { - public function testAttributes() : void { $obj = new Dom(); diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index c2f633c6d..177b5635a 100644 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -21,7 +21,6 @@ use phpOMS\Model\Message\FormValidation; */ class FormValidationTest extends \PHPUnit\Framework\TestCase { - public function testAttributes() : void { $obj = new FormValidation([]); diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index 7d718bd08..9f3996963 100644 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -22,7 +22,6 @@ use phpOMS\Model\Message\NotifyType; */ class NotifyTest extends \PHPUnit\Framework\TestCase { - public function testAttributes() : void { $obj = new Notify(); diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index 43ef02414..248f95e65 100644 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -21,7 +21,6 @@ use phpOMS\Model\Message\Redirect; */ class RedirectTest extends \PHPUnit\Framework\TestCase { - public function testAttributes() : void { $obj = new Redirect(''); diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index 790e41c8a..0717ee025 100644 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -21,7 +21,6 @@ use phpOMS\Model\Message\Reload; */ class ReloadTest extends \PHPUnit\Framework\TestCase { - public function testAttributes() : void { $obj = new Reload(); diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index 87def224a..8a7dcd737 100644 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -25,7 +25,6 @@ use phpOMS\Uri\Argument; */ class ArgumentTest extends \PHPUnit\Framework\TestCase { - /** * @testdox A uri can be validated * @covers phpOMS\Uri\Argument diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index e6af92809..8dbf39d8a 100644 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -23,7 +23,6 @@ use phpOMS\Utils\Encoding\Huffman\Huffman; */ class HuffmanTest extends \PHPUnit\Framework\TestCase { - /** * @testdox Encoding and decoding empty data results in an empty output * @group framework diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index 609857f90..b51df54c7 100644 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -23,7 +23,6 @@ use phpOMS\Utils\IO\Csv\CsvSettings; */ class CsvSettingsTest extends \PHPUnit\Framework\TestCase { - /** * @testdox The delimitar in a csv file can be guessed * @covers phpOMS\Utils\IO\Csv\CsvSettings