update webpatser/laravel-uuid to version 3
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
This commit is contained in:
8
tests/unit/AbcParser/Domain/Modules/Interpreter/DefaultInterpreterTest.php
Normal file → Executable file
8
tests/unit/AbcParser/Domain/Modules/Interpreter/DefaultInterpreterTest.php
Normal file → Executable file
@@ -9,17 +9,17 @@
|
||||
namespace Tests\Unit\AbcParser\Domain\Modules\Interpreter;
|
||||
|
||||
use Enzyme\Axiom\Atoms\StringAtom;
|
||||
use Enzyme\Collection\CollectionException;
|
||||
use Exception;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
use XaiCorp\AbcParser\Domain\Atoms\EmailAtom;
|
||||
use XaiCorp\AbcParser\Domain\Core\Author;
|
||||
use XaiCorp\AbcParser\Domain\Core\Composer;
|
||||
use XaiCorp\AbcParser\Domain\Core\Tune;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Builder;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Context;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\DefaultInterpreter;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Interpreter;
|
||||
|
||||
class DefaultInterpreterTest extends \PHPUnit_Framework_TestCase
|
||||
class DefaultInterpreterTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* @var Interpreter
|
||||
@@ -49,7 +49,7 @@ class DefaultInterpreterTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
try {
|
||||
return new StringAtom($string);
|
||||
} catch (\Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user