Added Unit Tests for the Labelline

This commit is contained in:
kremsy 2017-04-16 15:14:48 +02:00
parent 11b9dabf72
commit 4ee4b20e3a

View File

@ -0,0 +1,13 @@
<?php
/**
* Created by PhpStorm.
* User: Lukas
* Date: 16. Apr. 2017
* Time: 14:56
*/
use ManiaControl\Manialinks\LabelLine;
class LabelLineTest extends PHPUnit_Framework_TestCase {
}