parent
0882b10213
commit
2ab363ab82
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Doctrine\Tests\ORM\Functional\Ticket;
|
namespace Doctrine\Tests\ORM\Functional\Ticket;
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\SchemaException;
|
|
||||||
use Doctrine\ORM\Tools\ToolsException;
|
use Doctrine\ORM\Tools\ToolsException;
|
||||||
use Doctrine\Tests\OrmFunctionalTestCase;
|
use Doctrine\Tests\OrmFunctionalTestCase;
|
||||||
|
|
||||||
@ -11,7 +10,7 @@ use Doctrine\Tests\OrmFunctionalTestCase;
|
|||||||
*/
|
*/
|
||||||
class DDC6303Test extends OrmFunctionalTestCase
|
class DDC6303Test extends OrmFunctionalTestCase
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp() : void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
@ -25,7 +24,7 @@ class DDC6303Test extends OrmFunctionalTestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testMixedTypeHydratedCorrectlyInJoinedInheritance()
|
public function testMixedTypeHydratedCorrectlyInJoinedInheritance() : void
|
||||||
{
|
{
|
||||||
$a = new DDC6303ChildA();
|
$a = new DDC6303ChildA();
|
||||||
$b = new DDC6303ChildB();
|
$b = new DDC6303ChildB();
|
||||||
@ -71,7 +70,7 @@ class DDC6303Test extends OrmFunctionalTestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testEmptyValuesInJoinedInheritance()
|
public function testEmptyValuesInJoinedInheritance() : void
|
||||||
{
|
{
|
||||||
$stringEmptyData = '';
|
$stringEmptyData = '';
|
||||||
$stringZeroData = 0;
|
$stringZeroData = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user