mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
TravisCI - install locales before running tests
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Meritoo\Common\Test\Utilities;
|
||||
use Generator;
|
||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||
use Meritoo\Common\Utilities\Locale;
|
||||
use ReflectionException;
|
||||
|
||||
/**
|
||||
* Test case of the useful locale methods
|
||||
@@ -20,6 +21,9 @@ use Meritoo\Common\Utilities\Locale;
|
||||
*/
|
||||
class LocaleTest extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* @throws ReflectionException
|
||||
*/
|
||||
public function testConstructor()
|
||||
{
|
||||
static::assertHasNoConstructor(Locale::class);
|
||||
|
||||
Reference in New Issue
Block a user