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:
3
tests/unit/AbcParser/Application/PersonFactoryTest.php
Normal file → Executable file
3
tests/unit/AbcParser/Application/PersonFactoryTest.php
Normal file → Executable file
@@ -2,11 +2,12 @@
|
||||
namespace Tests\Unit\AbcParser\Application;
|
||||
|
||||
use Enzyme\Axiom\Atoms\StringAtom;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
use XaiCorp\AbcParser\Application\PersonFactory;
|
||||
use XaiCorp\AbcParser\Domain\Atoms\EmailAtom;
|
||||
use XaiCorp\AbcParser\Domain\Core\Person;
|
||||
|
||||
class PersonFactoryTest extends \PHPUnit_Framework_TestCase
|
||||
class PersonFactoryTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
public function testCreate()
|
||||
|
||||
3
tests/unit/AbcParser/Application/UseCases/ExtractTuneFromCollectionTest.php
Normal file → Executable file
3
tests/unit/AbcParser/Application/UseCases/ExtractTuneFromCollectionTest.php
Normal file → Executable file
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Codeception\Test\Unit;
|
||||
use XaiCorp\AbcParser\Application\UseCases\ExtractTuneFromCollection;
|
||||
use XaiCorp\AbcParser\Application\UseCases\ImportAbcFile;
|
||||
|
||||
class ExtractTuneFromCollectionTest extends \Codeception\Test\Unit
|
||||
class ExtractTuneFromCollectionTest extends Unit
|
||||
{
|
||||
/**
|
||||
* @param string $filename
|
||||
|
||||
3
tests/unit/AbcParser/Application/UseCases/ImportAbcFileTest.php
Normal file → Executable file
3
tests/unit/AbcParser/Application/UseCases/ImportAbcFileTest.php
Normal file → Executable file
@@ -2,11 +2,12 @@
|
||||
|
||||
namespace Tests\Unit\AbcParser\Application\UseCases;
|
||||
|
||||
use Codeception\Test\Unit;
|
||||
use XaiCorp\AbcParser\Application\UseCases\ImportAbcFile;
|
||||
use XaiCorp\AbcParser\Domain\Core\TuneCollection;
|
||||
use XaiCorp\AbcParser\Domain\Modules\Interpreter\Builder;
|
||||
|
||||
class ImportAbcFileTest extends \Codeception\Test\Unit
|
||||
class ImportAbcFileTest extends Unit
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user