added hourly and money budgets to activity, project and customer (#843)
This commit is contained in:
@@ -11,11 +11,12 @@ namespace App\Tests\Entity;
|
||||
|
||||
use App\Entity\Tag;
|
||||
use App\Entity\Timesheet;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Entity\Tag
|
||||
*/
|
||||
class TagTest extends AbstractEntityTest
|
||||
class TagTest extends TestCase
|
||||
{
|
||||
public function testDefaultValues()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user