Skip to content

Commit 5a1d70e

Browse files
committed
fixed phpcs
1 parent 9b4cadd commit 5a1d70e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

languages/visualizer.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL v2.0 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.6\n"
5+
"Project-Id-Version: Visualizer: Charts and Graphs Lite 2.0.0\n"
66
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7-
"POT-Creation-Date: 2017-03-12 13:29:51+00:00\n"
7+
"POT-Creation-Date: 2017-03-13 11:07:13+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

tests/Import_Test.php renamed to tests/test-import.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
* @copyright Copyright (c) 2017, Marius Cristea
99
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1010
* @since 2.0.0
11-
*
1211
*/
13-
class Import_Test extends WP_UnitTestCase {
12+
class Test_Import extends WP_UnitTestCase {
1413

1514
}

0 commit comments

Comments
 (0)