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