From 1e7ae9d55d1a0da80375790bcb18b3be4110c82c Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 23 Jul 2015 13:54:22 +0200 Subject: [PATCH] Fix camelCase. --- tests/unit/XlsxWriterCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/XlsxWriterCest.php b/tests/unit/XlsxWriterCest.php index 7531bc1460..02416e02cf 100644 --- a/tests/unit/XlsxWriterCest.php +++ b/tests/unit/XlsxWriterCest.php @@ -6,7 +6,7 @@ class XlsxWriterCest { public function _before() { } - public function it_can_be_created() { + public function itCanBeCreated() { $writer = new \MailPoet\Util\XLSXWriter(); }