mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 06:28:40 +00:00
remove empty lines
This commit is contained in:
parent
acd148b70b
commit
69673a0d36
|
|
@ -25,7 +25,6 @@ require_once __DIR__ . '/../../Autoloader.php';
|
||||||
*/
|
*/
|
||||||
class MazeGeneratorTest extends \PHPUnit\Framework\TestCase
|
class MazeGeneratorTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox A random maze can be generated
|
* @testdox A random maze can be generated
|
||||||
* @covers phpOMS\Algorithm\Maze\MazeGenerator
|
* @covers phpOMS\Algorithm\Maze\MazeGenerator
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ require_once __DIR__ . '/../../Autoloader.php';
|
||||||
*/
|
*/
|
||||||
class GridTest extends \PHPUnit\Framework\TestCase
|
class GridTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox By default a grid is empty
|
* @testdox By default a grid is empty
|
||||||
* @covers phpOMS\Algorithm\PathFinding\Grid
|
* @covers phpOMS\Algorithm\PathFinding\Grid
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ require_once __DIR__ . '/../../Autoloader.php';
|
||||||
*/
|
*/
|
||||||
class NodeTest extends \PHPUnit\Framework\TestCase
|
class NodeTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The node has the expected values after initialization
|
* @testdox The node has the expected values after initialization
|
||||||
* @covers phpOMS\Algorithm\PathFinding\Node
|
* @covers phpOMS\Algorithm\PathFinding\Node
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ require_once __DIR__ . '/../../Autoloader.php';
|
||||||
*/
|
*/
|
||||||
class PathTest extends \PHPUnit\Framework\TestCase
|
class PathTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The path has the expected values after initialization
|
* @testdox The path has the expected values after initialization
|
||||||
* @covers phpOMS\Algorithm\PathFinding\Path
|
* @covers phpOMS\Algorithm\PathFinding\Path
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ require_once __DIR__ . '/../Autoloader.php';
|
||||||
*/
|
*/
|
||||||
class OptionsTraitTest extends \PHPUnit\Framework\TestCase
|
class OptionsTraitTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The option helper has the expected attributes
|
* @testdox The option helper has the expected attributes
|
||||||
* @group framework
|
* @group framework
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ use phpOMS\DataStorage\Database\Query\Grammar\Grammar;
|
||||||
*/
|
*/
|
||||||
class GrammarTest extends \PHPUnit\Framework\TestCase
|
class GrammarTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The grammar has the expected default values after initialization
|
* @testdox The grammar has the expected default values after initialization
|
||||||
* @group framework
|
* @group framework
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ use phpOMS\Utils\TestUtils;
|
||||||
*/
|
*/
|
||||||
class MysqlGrammarTest extends \PHPUnit\Framework\TestCase
|
class MysqlGrammarTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The grammar has the expected default values after initialization
|
* @testdox The grammar has the expected default values after initialization
|
||||||
* @group framework
|
* @group framework
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ use phpOMS\Model\Message\DomAction;
|
||||||
*/
|
*/
|
||||||
class DomTest extends \PHPUnit\Framework\TestCase
|
class DomTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAttributes() : void
|
public function testAttributes() : void
|
||||||
{
|
{
|
||||||
$obj = new Dom();
|
$obj = new Dom();
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ use phpOMS\Model\Message\FormValidation;
|
||||||
*/
|
*/
|
||||||
class FormValidationTest extends \PHPUnit\Framework\TestCase
|
class FormValidationTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAttributes() : void
|
public function testAttributes() : void
|
||||||
{
|
{
|
||||||
$obj = new FormValidation([]);
|
$obj = new FormValidation([]);
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ use phpOMS\Model\Message\NotifyType;
|
||||||
*/
|
*/
|
||||||
class NotifyTest extends \PHPUnit\Framework\TestCase
|
class NotifyTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAttributes() : void
|
public function testAttributes() : void
|
||||||
{
|
{
|
||||||
$obj = new Notify();
|
$obj = new Notify();
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ use phpOMS\Model\Message\Redirect;
|
||||||
*/
|
*/
|
||||||
class RedirectTest extends \PHPUnit\Framework\TestCase
|
class RedirectTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAttributes() : void
|
public function testAttributes() : void
|
||||||
{
|
{
|
||||||
$obj = new Redirect('');
|
$obj = new Redirect('');
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ use phpOMS\Model\Message\Reload;
|
||||||
*/
|
*/
|
||||||
class ReloadTest extends \PHPUnit\Framework\TestCase
|
class ReloadTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAttributes() : void
|
public function testAttributes() : void
|
||||||
{
|
{
|
||||||
$obj = new Reload();
|
$obj = new Reload();
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ use phpOMS\Uri\Argument;
|
||||||
*/
|
*/
|
||||||
class ArgumentTest extends \PHPUnit\Framework\TestCase
|
class ArgumentTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox A uri can be validated
|
* @testdox A uri can be validated
|
||||||
* @covers phpOMS\Uri\Argument
|
* @covers phpOMS\Uri\Argument
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ use phpOMS\Utils\Encoding\Huffman\Huffman;
|
||||||
*/
|
*/
|
||||||
class HuffmanTest extends \PHPUnit\Framework\TestCase
|
class HuffmanTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox Encoding and decoding empty data results in an empty output
|
* @testdox Encoding and decoding empty data results in an empty output
|
||||||
* @group framework
|
* @group framework
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ use phpOMS\Utils\IO\Csv\CsvSettings;
|
||||||
*/
|
*/
|
||||||
class CsvSettingsTest extends \PHPUnit\Framework\TestCase
|
class CsvSettingsTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The delimitar in a csv file can be guessed
|
* @testdox The delimitar in a csv file can be guessed
|
||||||
* @covers phpOMS\Utils\IO\Csv\CsvSettings
|
* @covers phpOMS\Utils\IO\Csv\CsvSettings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user