added hourly and money budgets to activity, project and customer (#843)
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
namespace App\Tests\Utils;
|
||||
|
||||
use App\Utils\MomentFormatConverter;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Utils\MomentFormatConverter
|
||||
*/
|
||||
class MomentFormatConverterTest extends KernelTestCase
|
||||
class MomentFormatConverterTest extends TestCase
|
||||
{
|
||||
public function test()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user