Skip to content

Commit ba5dd09

Browse files
committed
Some small fixes
1 parent 6198da8 commit ba5dd09

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lib/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717
*
1818
* @package Secondtruth\Compiler
19-
* @version 0.1
19+
* @version 1.0-dev
2020
* @link http://www.secpndtruth.de
2121
* @license ISC License <http://opensource.org/licenses/ISC>
2222
*/

tests/CompilerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,4 @@ public function testAddDirectoryWithFilter()
9090
$this->assertTrue(isset($phar['dir/abc.php']));
9191
$this->assertFalse(isset($phar['dir/def.txt']));
9292
}
93-
94-
protected function doTest()
95-
{
96-
97-
}
9893
}

0 commit comments

Comments
 (0)