summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php')
-rw-r--r--www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php b/www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php
deleted file mode 100644
index c48e4bf0..00000000
--- a/www/wiki/vendor/param-processor/param-processor/tests/phpunit/ParamDefinitionFactoryTest.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-namespace ParamProcessor\Tests;
-
-use ParamProcessor\ParamDefinitionFactory;
-use PHPUnit\Framework\TestCase;
-
-/**
- * @covers \ParamProcessor\ParamDefinitionFactory
- *
- * @licence GNU GPL v2+
- * @author Jeroen De Dauw < jeroendedauw@gmail.com >
- */
-class ParamDefinitionFactoryTest extends TestCase {
-
- public function testCanConstruct() {
- new ParamDefinitionFactory();
- $this->assertTrue( true );
- }
-
- // TODO: test other methods
-
-}