File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
msgstr ""
5
5
"Project-Id-Version : Visualizer: Charts and Graphs Lite 2.0.0\n "
6
6
"Report-Msgid-Bugs-To : https://github.com/Codeinwp/visualizer/issues\n "
7
- "POT-Creation-Date : 2017-03-15 13:43:24 +00:00\n "
7
+ "POT-Creation-Date : 2017-03-15 13:57:55 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
Original file line number Diff line number Diff line change @@ -156,7 +156,9 @@ public function test_file_import( $file ) {
156
156
* @access public
157
157
*/
158
158
public function fileProvider () {
159
- return [ [ VISUALIZER_ABSPATH . DIRECTORY_SEPARATOR . 'samples ' . DIRECTORY_SEPARATOR . 'bar.csv ' ] ];
159
+ return array (
160
+ array ( VISUALIZER_ABSPATH . DIRECTORY_SEPARATOR . 'samples ' . DIRECTORY_SEPARATOR . 'bar.csv ' ),
161
+ );
160
162
}
161
163
162
164
/**
@@ -165,6 +167,8 @@ public function fileProvider() {
165
167
* @access public
166
168
*/
167
169
public function urlProvider () {
168
- return [ [ 'http://localhost/wp-content/plugins/wp-visualizer/samples/bar.csv ' ] ];
170
+ return array (
171
+ array ( 'http://localhost/wp-content/plugins/wp-visualizer/samples/bar.csv ' ),
172
+ );
169
173
}
170
174
}
You can’t perform that action at this time.
0 commit comments