Skip to content

Commit 9b4cadd

Browse files
committed
updated travis
1 parent 083f8fe commit 9b4cadd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/Import_Test.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
/**
4+
* Test class for the importing features.
5+
*
6+
* @package Visualizer
7+
* @subpackage Tests
8+
* @copyright Copyright (c) 2017, Marius Cristea
9+
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
10+
* @since 2.0.0
11+
*
12+
*/
13+
class Import_Test extends WP_UnitTestCase {
14+
15+
}

0 commit comments

Comments
 (0)