Fix camelCase.

This commit is contained in:
marco
2015-07-23 13:54:22 +02:00
parent d92eb2b6e1
commit 1e7ae9d55d

View File

@ -6,7 +6,7 @@ class XlsxWriterCest {
public function _before() {
}
public function it_can_be_created() {
public function itCanBeCreated() {
$writer = new \MailPoet\Util\XLSXWriter();
}