diff options
Diffstat (limited to 'tests/lib/PublicNamespace')
-rw-r--r-- | tests/lib/PublicNamespace/UtilTest.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/lib/PublicNamespace/UtilTest.php b/tests/lib/PublicNamespace/UtilTest.php index e4e830468f2..9699d7a0ed2 100644 --- a/tests/lib/PublicNamespace/UtilTest.php +++ b/tests/lib/PublicNamespace/UtilTest.php @@ -22,11 +22,11 @@ namespace Test\PublicNamespace; class UtilTest extends \Test\TestCase { - /** - * @dataProvider channelProvider - * - * @param string $channel - */ + /** + * @dataProvider channelProvider + * + * @param string $channel + */ public function testOverrideChannel($channel) { \OCP\Util::setChannel($channel); $actual = \OCP\Util::getChannel($channel); |