PMCORE-3674
This commit is contained in:
committed by
Paula.Quispe
parent
e79f5ac1cc
commit
8fbcb712e5
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\unit\workflow\engine\classes\PmFunctions;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Test the PMFRemoveMask() function
|
||||
*/
|
||||
class PMFRemoveMaskTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* This tests the "PMFRemoveMask"
|
||||
* @test
|
||||
*/
|
||||
public function it_get_literal_date()
|
||||
{
|
||||
$result = PMFRemoveMask('35.5');
|
||||
$this->assertNotEmpty($result);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user