PMCORE-631
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\unit\workflow\src\ProcessMaker\Util\Helpers;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class GetMysqlVersionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Test get the mysql version
|
||||
*
|
||||
* @test
|
||||
*/
|
||||
public function it_should_get_mysql_version()
|
||||
{
|
||||
$this->assertNotEmpty(getMysqlVersion());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user