| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762 |
- <?php
- /**
- * CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
- * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
- *
- * Licensed under The MIT License
- * For full copyright and license information, please see the LICENSE.txt
- * Redistributions of files must retain the above copyright notice.
- *
- * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
- * @link https://cakephp.org CakePHP(tm) Project
- * @since 3.0.0
- * @license https://opensource.org/licenses/mit-license.php MIT License
- */
- namespace Cake\Test\TestCase\ORM;
- use Cake\ORM\Entity;
- use Cake\TestSuite\TestCase;
- use TestApp\Model\Entity\Extending;
- use TestApp\Model\Entity\NonExtending;
- /**
- * Entity test case.
- */
- class EntityTest extends TestCase
- {
- /**
- * Tests setting a single property in an entity without custom setters
- *
- * @return void
- */
- public function testSetOneParamNoSetters()
- {
- $entity = new Entity();
- $this->assertNull($entity->getOriginal('foo'));
- $entity->set('foo', 'bar');
- $this->assertEquals('bar', $entity->foo);
- $this->assertEquals('bar', $entity->getOriginal('foo'));
- $entity->set('foo', 'baz');
- $this->assertEquals('baz', $entity->foo);
- $this->assertEquals('bar', $entity->getOriginal('foo'));
- $entity->set('id', 1);
- $this->assertSame(1, $entity->id);
- $this->assertEquals(1, $entity->getOriginal('id'));
- $this->assertEquals('bar', $entity->getOriginal('foo'));
- }
- /**
- * Tests setting multiple properties without custom setters
- *
- * @return void
- */
- public function testSetMultiplePropertiesNoSetters()
- {
- $entity = new Entity();
- $entity->setAccess('*', true);
- $entity->set(['foo' => 'bar', 'id' => 1]);
- $this->assertEquals('bar', $entity->foo);
- $this->assertSame(1, $entity->id);
- $entity->set(['foo' => 'baz', 'id' => 2, 'thing' => 3]);
- $this->assertEquals('baz', $entity->foo);
- $this->assertSame(2, $entity->id);
- $this->assertSame(3, $entity->thing);
- $this->assertEquals('bar', $entity->getOriginal('foo'));
- $this->assertEquals(1, $entity->getOriginal('id'));
- }
- /**
- * Test that getOriginal() retains falsey values.
- *
- * @return void
- */
- public function testGetOriginal()
- {
- $entity = new Entity(
- ['false' => false, 'null' => null, 'zero' => 0, 'empty' => ''],
- ['markNew' => true]
- );
- $this->assertNull($entity->getOriginal('null'));
- $this->assertFalse($entity->getOriginal('false'));
- $this->assertSame(0, $entity->getOriginal('zero'));
- $this->assertSame('', $entity->getOriginal('empty'));
- $entity->set(['false' => 'y', 'null' => 'y', 'zero' => 'y', 'empty' => '']);
- $this->assertNull($entity->getOriginal('null'));
- $this->assertFalse($entity->getOriginal('false'));
- $this->assertSame(0, $entity->getOriginal('zero'));
- $this->assertSame('', $entity->getOriginal('empty'));
- }
- /**
- * Test extractOriginal()
- *
- * @return void
- */
- public function testExtractOriginal()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'original',
- 'body' => 'no',
- 'null' => null,
- ], ['markNew' => true]);
- $entity->set('body', 'updated body');
- $result = $entity->extractOriginal(['id', 'title', 'body', 'null']);
- $expected = [
- 'id' => 1,
- 'title' => 'original',
- 'body' => 'no',
- 'null' => null,
- ];
- $this->assertEquals($expected, $result);
- $result = $entity->extractOriginalChanged(['id', 'title', 'body', 'null']);
- $expected = [
- 'body' => 'no',
- ];
- $this->assertEquals($expected, $result);
- $entity->set('null', 'not null');
- $result = $entity->extractOriginalChanged(['id', 'title', 'body', 'null']);
- $expected = [
- 'null' => null,
- 'body' => 'no',
- ];
- $this->assertEquals($expected, $result);
- }
- /**
- * Test that all original values are returned properly
- *
- * @return void
- */
- public function testExtractOriginalValues()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'original',
- 'body' => 'no',
- 'null' => null,
- ], ['markNew' => true]);
- $entity->set('body', 'updated body');
- $result = $entity->getOriginalValues();
- $expected = [
- 'id' => 1,
- 'title' => 'original',
- 'body' => 'no',
- 'null' => null,
- ];
- $this->assertEquals($expected, $result);
- }
- /**
- * Tests setting a single property using a setter function
- *
- * @return void
- */
- public function testSetOneParamWithSetter()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setName'])
- ->getMock();
- $entity->expects($this->once())->method('_setName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertEquals('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->set('name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->name);
- }
- /**
- * Tests setting multiple properties using a setter function
- *
- * @return void
- */
- public function testMultipleWithSetter()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setName', '_setStuff'])
- ->getMock();
- $entity->setAccess('*', true);
- $entity->expects($this->once())->method('_setName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertEquals('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->expects($this->once())->method('_setStuff')
- ->with(['a', 'b'])
- ->will($this->returnCallback(function ($stuff) {
- $this->assertEquals(['a', 'b'], $stuff);
- return ['c', 'd'];
- }));
- $entity->set(['name' => 'Jones', 'stuff' => ['a', 'b']]);
- $this->assertEquals('Dr. Jones', $entity->name);
- $this->assertEquals(['c', 'd'], $entity->stuff);
- }
- /**
- * Tests that it is possible to bypass the setters
- *
- * @return void
- */
- public function testBypassSetters()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setName', '_setStuff'])
- ->getMock();
- $entity->setAccess('*', true);
- $entity->expects($this->never())->method('_setName');
- $entity->expects($this->never())->method('_setStuff');
- $entity->set('name', 'Jones', ['setter' => false]);
- $this->assertEquals('Jones', $entity->name);
- $entity->set('stuff', 'Thing', ['setter' => false]);
- $this->assertEquals('Thing', $entity->stuff);
- $entity->set(['name' => 'foo', 'stuff' => 'bar'], ['setter' => false]);
- $this->assertEquals('bar', $entity->stuff);
- }
- /**
- * Tests that the constructor will set initial properties
- *
- * @return void
- */
- public function testConstructor()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['set'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->at(0))
- ->method('set')
- ->with(['a' => 'b', 'c' => 'd'], ['setter' => true, 'guard' => false]);
- $entity->expects($this->at(1))
- ->method('set')
- ->with(['foo' => 'bar'], ['setter' => false, 'guard' => false]);
- $entity->__construct(['a' => 'b', 'c' => 'd']);
- $entity->__construct(['foo' => 'bar'], ['useSetters' => false]);
- }
- /**
- * Tests that the constructor will set initial properties and pass the guard
- * option along
- *
- * @return void
- */
- public function testConstructorWithGuard()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['set'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->once())
- ->method('set')
- ->with(['foo' => 'bar'], ['setter' => true, 'guard' => true]);
- $entity->__construct(['foo' => 'bar'], ['guard' => true]);
- }
- /**
- * Tests getting properties with no custom getters
- *
- * @return void
- */
- public function testGetNoGetters()
- {
- $entity = new Entity(['id' => 1, 'foo' => 'bar']);
- $this->assertSame(1, $entity->get('id'));
- $this->assertSame('bar', $entity->get('foo'));
- }
- /**
- * Tests get with custom getter
- *
- * @return void
- */
- public function testGetCustomGetters()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->expects($this->any())
- ->method('_getName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- return 'Dr. ' . $name;
- }));
- $entity->set('name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->get('name'));
- $this->assertEquals('Dr. Jones', $entity->get('name'));
- }
- /**
- * Tests get with custom getter
- *
- * @return void
- */
- public function testGetCustomGettersAfterSet()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->expects($this->any())
- ->method('_getName')
- ->will($this->returnCallback(function ($name) {
- return 'Dr. ' . $name;
- }));
- $entity->set('name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->get('name'));
- $this->assertEquals('Dr. Jones', $entity->get('name'));
- $entity->set('name', 'Mark');
- $this->assertEquals('Dr. Mark', $entity->get('name'));
- $this->assertEquals('Dr. Mark', $entity->get('name'));
- }
- /**
- * Tests that the get cache is cleared by unsetProperty.
- *
- * @return void
- */
- public function testGetCacheClearedByUnset()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->expects($this->any())->method('_getName')
- ->will($this->returnCallback(function ($name) {
- return 'Dr. ' . $name;
- }));
- $entity->set('name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->get('name'));
- $entity->unsetProperty('name');
- $this->assertEquals('Dr. ', $entity->get('name'));
- }
- /**
- * Test getting camelcased virtual fields.
- *
- * @return void
- */
- public function testGetCamelCasedProperties()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getListIdName'])
- ->getMock();
- $entity->expects($this->any())->method('_getListIdName')
- ->will($this->returnCallback(function ($name) {
- return 'A name';
- }));
- $entity->setVirtual(['ListIdName']);
- $this->assertSame('A name', $entity->list_id_name, 'underscored virtual field should be accessible');
- $this->assertSame('A name', $entity->listIdName, 'Camelbacked virtual field should be accessible');
- }
- /**
- * Test magic property setting with no custom setter
- *
- * @return void
- */
- public function testMagicSet()
- {
- $entity = new Entity();
- $entity->name = 'Jones';
- $this->assertEquals('Jones', $entity->name);
- $entity->name = 'George';
- $this->assertEquals('George', $entity->name);
- }
- /**
- * Tests magic set with custom setter function
- *
- * @return void
- */
- public function testMagicSetWithSetter()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setName'])
- ->getMock();
- $entity->expects($this->once())->method('_setName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertEquals('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->name = 'Jones';
- $this->assertEquals('Dr. Jones', $entity->name);
- }
- /**
- * Tests magic set with custom setter function using a Title cased property
- *
- * @return void
- */
- public function testMagicSetWithSetterTitleCase()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setName'])
- ->getMock();
- $entity->expects($this->once())
- ->method('_setName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertEquals('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->Name = 'Jones';
- $this->assertEquals('Dr. Jones', $entity->Name);
- }
- /**
- * Tests the magic getter with a custom getter function
- *
- * @return void
- */
- public function testMagicGetWithGetter()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->expects($this->once())->method('_getName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertSame('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->set('name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->name);
- }
- /**
- * Tests magic get with custom getter function using a Title cased property
- *
- * @return void
- */
- public function testMagicGetWithGetterTitleCase()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->expects($this->once())
- ->method('_getName')
- ->with('Jones')
- ->will($this->returnCallback(function ($name) {
- $this->assertEquals('Jones', $name);
- return 'Dr. ' . $name;
- }));
- $entity->set('Name', 'Jones');
- $this->assertEquals('Dr. Jones', $entity->Name);
- }
- /**
- * Test indirectly modifying internal properties
- *
- * @return void
- */
- public function testIndirectModification()
- {
- $entity = new Entity();
- $entity->things = ['a', 'b'];
- $entity->things[] = 'c';
- $this->assertEquals(['a', 'b', 'c'], $entity->things);
- }
- /**
- * Tests has() method
- *
- * @return void
- */
- public function testHas()
- {
- $entity = new Entity(['id' => 1, 'name' => 'Juan', 'foo' => null]);
- $this->assertTrue($entity->has('id'));
- $this->assertTrue($entity->has('name'));
- $this->assertFalse($entity->has('foo'));
- $this->assertFalse($entity->has('last_name'));
- $this->assertTrue($entity->has(['id']));
- $this->assertTrue($entity->has(['id', 'name']));
- $this->assertFalse($entity->has(['id', 'foo']));
- $this->assertFalse($entity->has(['id', 'nope']));
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getThings'])
- ->getMock();
- $entity->expects($this->once())->method('_getThings')
- ->will($this->returnValue(0));
- $this->assertTrue($entity->has('things'));
- }
- /**
- * Tests unsetProperty one property at a time
- *
- * @return void
- */
- public function testUnset()
- {
- $entity = new Entity(['id' => 1, 'name' => 'bar']);
- $entity->unsetProperty('id');
- $this->assertFalse($entity->has('id'));
- $this->assertTrue($entity->has('name'));
- $entity->unsetProperty('name');
- $this->assertFalse($entity->has('id'));
- }
- /**
- * Unsetting a property should not mark it as dirty.
- *
- * @return void
- */
- public function testUnsetMakesClean()
- {
- $entity = new Entity(['id' => 1, 'name' => 'bar']);
- $this->assertTrue($entity->isDirty('name'));
- $entity->unsetProperty('name');
- $this->assertFalse($entity->isDirty('name'), 'Removed properties are not dirty.');
- }
- /**
- * Tests unsetProperty with multiple properties
- *
- * @return void
- */
- public function testUnsetMultiple()
- {
- $entity = new Entity(['id' => 1, 'name' => 'bar', 'thing' => 2]);
- $entity->unsetProperty(['id', 'thing']);
- $this->assertFalse($entity->has('id'));
- $this->assertTrue($entity->has('name'));
- $this->assertFalse($entity->has('thing'));
- }
- /**
- * Tests the magic __isset() method
- *
- * @return void
- */
- public function testMagicIsset()
- {
- $entity = new Entity(['id' => 1, 'name' => 'Juan', 'foo' => null]);
- $this->assertTrue(isset($entity->id));
- $this->assertTrue(isset($entity->name));
- $this->assertFalse(isset($entity->foo));
- $this->assertFalse(isset($entity->thing));
- }
- /**
- * Tests the magic __unset() method
- *
- * @return void
- */
- public function testMagicUnset()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['unsetProperty'])
- ->getMock();
- $entity->expects($this->at(0))
- ->method('unsetProperty')
- ->with('foo');
- unset($entity->foo);
- }
- /**
- * Tests isset with array access
- *
- * @return void
- */
- public function testIssetArrayAccess()
- {
- $entity = new Entity(['id' => 1, 'name' => 'Juan', 'foo' => null]);
- $this->assertArrayHasKey('id', $entity);
- $this->assertArrayHasKey('name', $entity);
- $this->assertArrayNotHasKey('foo', $entity);
- $this->assertArrayNotHasKey('thing', $entity);
- }
- /**
- * Tests get property with array access
- *
- * @return void
- */
- public function testGetArrayAccess()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['get'])
- ->getMock();
- $entity->expects($this->at(0))
- ->method('get')
- ->with('foo')
- ->will($this->returnValue('worked'));
- $entity->expects($this->at(1))
- ->method('get')
- ->with('bar')
- ->will($this->returnValue('worked too'));
- $this->assertEquals('worked', $entity['foo']);
- $this->assertEquals('worked too', $entity['bar']);
- }
- /**
- * Tests set with array access
- *
- * @return void
- */
- public function testSetArrayAccess()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['set'])
- ->getMock();
- $entity->setAccess('*', true);
- $entity->expects($this->at(0))
- ->method('set')
- ->with('foo', 1)
- ->will($this->returnSelf());
- $entity->expects($this->at(1))
- ->method('set')
- ->with('bar', 2)
- ->will($this->returnSelf());
- $entity['foo'] = 1;
- $entity['bar'] = 2;
- }
- /**
- * Tests unset with array access
- *
- * @return void
- */
- public function testUnsetArrayAccess()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['unsetProperty'])
- ->getMock();
- $entity->expects($this->at(0))
- ->method('unsetProperty')
- ->with('foo');
- unset($entity['foo']);
- }
- /**
- * Tests that the method cache will only report the methods for the called class,
- * this is, calling methods defined in another entity will not cause a fatal error
- * when trying to call directly an inexistent method in another class
- *
- * @return void
- */
- public function testMethodCache()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setFoo', '_getBar'])
- ->getMock();
- $entity2 = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_setBar'])
- ->getMock();
- $entity->expects($this->once())->method('_setFoo');
- $entity->expects($this->once())->method('_getBar');
- $entity2->expects($this->once())->method('_setBar');
- $entity->set('foo', 1);
- $entity->get('bar');
- $entity2->set('bar', 1);
- }
- /**
- * Tests that long properties in the entity are inflected correctly
- *
- * @return void
- */
- public function testSetGetLongPropertyNames()
- {
- $entity = $this->getMockBUilder('\Cake\ORM\Entity')
- ->setMethods(['_getVeryLongProperty', '_setVeryLongProperty'])
- ->getMock();
- $entity->expects($this->once())->method('_getVeryLongProperty');
- $entity->expects($this->once())->method('_setVeryLongProperty');
- $entity->get('very_long_property');
- $entity->set('very_long_property', 1);
- }
- /**
- * Tests serializing an entity as json
- *
- * @return void
- */
- public function testJsonSerialize()
- {
- $data = ['name' => 'James', 'age' => 20, 'phones' => ['123', '457']];
- $entity = new Entity($data);
- $this->assertEquals(json_encode($data), json_encode($entity));
- }
- /**
- * Tests serializing an entity as PHP
- *
- * @return void
- */
- public function testPhpSerialize()
- {
- $data = ['name' => 'James', 'age' => 20, 'phones' => ['123', '457']];
- $entity = new Entity($data);
- $copy = unserialize(serialize($entity));
- $this->assertInstanceOf(Entity::class, $copy);
- $this->assertEquals($data, $copy->toArray());
- }
- /**
- * Tests that jsonSerialize is called recursively for contained entities
- *
- * @return void
- */
- public function testJsonSerializeRecursive()
- {
- $phone = $this->getMockBuilder(Entity::class)
- ->setMethods(['jsonSerialize'])
- ->getMock();
- $phone->expects($this->once())->method('jsonSerialize')->will($this->returnValue('12345'));
- $data = ['name' => 'James', 'age' => 20, 'phone' => $phone];
- $entity = new Entity($data);
- $expected = ['name' => 'James', 'age' => 20, 'phone' => '12345'];
- $this->assertEquals(json_encode($expected), json_encode($entity));
- }
- /**
- * Tests the extract method
- *
- * @return void
- */
- public function testExtract()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ]);
- $expected = ['author_id' => 3, 'title' => 'Foo', ];
- $this->assertEquals($expected, $entity->extract(['author_id', 'title']));
- $expected = ['id' => 1];
- $this->assertEquals($expected, $entity->extract(['id']));
- $expected = [];
- $this->assertEquals($expected, $entity->extract([]));
- $expected = ['id' => 1, 'craziness' => null];
- $this->assertEquals($expected, $entity->extract(['id', 'craziness']));
- }
- /**
- * Tests isDirty() method on a newly created object
- *
- * @return void
- */
- public function testIsDirty()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ]);
- $this->assertTrue($entity->isDirty('id'));
- $this->assertTrue($entity->isDirty('title'));
- $this->assertTrue($entity->isDirty('author_id'));
- $this->assertTrue($entity->isDirty());
- $entity->setDirty('id', false);
- $this->assertFalse($entity->isDirty('id'));
- $this->assertTrue($entity->isDirty('title'));
- $entity->setDirty('title', false);
- $this->assertFalse($entity->isDirty('title'));
- $this->assertTrue($entity->isDirty(), 'should be dirty, one field left');
- $entity->setDirty('author_id', false);
- $this->assertFalse($entity->isDirty(), 'all fields are clean.');
- }
- /**
- * Test setDirty().
- *
- * @return void
- */
- public function testSetDirty()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ], ['markClean' => true]);
- $this->assertFalse($entity->isDirty());
- $this->assertSame($entity, $entity->setDirty('title', true));
- $this->assertSame($entity, $entity->setDirty('id', false));
- $entity->setErrors(['title' => ['badness']]);
- $entity->setDirty('title', true);
- $this->assertEmpty($entity->getErrors('title'), 'Making a field dirty clears errors.');
- }
- /**
- * Tests dirty() when altering properties values and adding new ones
- *
- * @return void
- */
- public function testDirtyChangingProperties()
- {
- $entity = new Entity([
- 'title' => 'Foo',
- ]);
- $entity->setDirty('title', false);
- $this->assertFalse($entity->isDirty('title'));
- $entity->set('title', 'Foo');
- $this->assertTrue($entity->isDirty('title'));
- $entity->set('title', 'Foo');
- $this->assertTrue($entity->isDirty('title'));
- $entity->set('something', 'else');
- $this->assertTrue($entity->isDirty('something'));
- }
- /**
- * Tests extract only dirty properties
- *
- * @return void
- */
- public function testExtractDirty()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ]);
- $entity->setDirty('id', false);
- $entity->setDirty('title', false);
- $expected = ['author_id' => 3];
- $result = $entity->extract(['id', 'title', 'author_id'], true);
- $this->assertEquals($expected, $result);
- }
- /**
- * Tests the getDirty method
- *
- * @return void
- */
- public function testGetDirty()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ]);
- $expected = [
- 'id',
- 'title',
- 'author_id'
- ];
- $result = $entity->getDirty();
- $this->assertSame($expected, $entity->getDirty());
- }
- /**
- * Tests the clean method
- *
- * @return void
- */
- public function testClean()
- {
- $entity = new Entity([
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ]);
- $this->assertTrue($entity->isDirty('id'));
- $this->assertTrue($entity->isDirty('title'));
- $this->assertTrue($entity->isDirty('author_id'));
- $entity->clean();
- $this->assertFalse($entity->isDirty('id'));
- $this->assertFalse($entity->isDirty('title'));
- $this->assertFalse($entity->isDirty('author_id'));
- }
- /**
- * Tests the isNew method
- *
- * @return void
- */
- public function testIsNew()
- {
- $data = [
- 'id' => 1,
- 'title' => 'Foo',
- 'author_id' => 3
- ];
- $entity = new Entity($data);
- $this->assertTrue($entity->isNew());
- $entity->isNew(true);
- $this->assertTrue($entity->isNew());
- $entity->isNew('derpy');
- $this->assertTrue($entity->isNew());
- $entity->isNew(false);
- $this->assertFalse($entity->isNew());
- }
- /**
- * Tests the constructor when passing the markClean option
- *
- * @return void
- */
- public function testConstructorWithClean()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['clean'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->never())->method('clean');
- $entity->__construct(['a' => 'b', 'c' => 'd']);
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['clean'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->once())->method('clean');
- $entity->__construct(['a' => 'b', 'c' => 'd'], ['markClean' => true]);
- }
- /**
- * Tests the constructor when passing the markClean option
- *
- * @return void
- */
- public function testConstructorWithMarkNew()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['isNew', 'clean'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->never())->method('clean');
- $entity->__construct(['a' => 'b', 'c' => 'd']);
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['isNew'])
- ->disableOriginalConstructor()
- ->getMock();
- $entity->expects($this->once())->method('isNew');
- $entity->__construct(['a' => 'b', 'c' => 'd'], ['markNew' => true]);
- }
- /**
- * Test toArray method.
- *
- * @return void
- */
- public function testToArray()
- {
- $data = ['name' => 'James', 'age' => 20, 'phones' => ['123', '457']];
- $entity = new Entity($data);
- $this->assertEquals($data, $entity->toArray());
- }
- /**
- * Test toArray recursive.
- *
- * @return void
- */
- public function testToArrayRecursive()
- {
- $data = ['id' => 1, 'name' => 'James', 'age' => 20, 'phones' => ['123', '457']];
- $user = new Extending($data);
- $comments = [
- new NonExtending(['user_id' => 1, 'body' => 'Comment 1']),
- new NonExtending(['user_id' => 1, 'body' => 'Comment 2']),
- ];
- $user->comments = $comments;
- $user->profile = new Entity(['email' => 'mark@example.com']);
- $expected = [
- 'id' => 1,
- 'name' => 'James',
- 'age' => 20,
- 'phones' => ['123', '457'],
- 'profile' => ['email' => 'mark@example.com'],
- 'comments' => [
- ['user_id' => 1, 'body' => 'Comment 1'],
- ['user_id' => 1, 'body' => 'Comment 2'],
- ]
- ];
- $this->assertEquals($expected, $user->toArray());
- }
- /**
- * Tests that an entity with entities and other misc types can be properly toArray'd
- *
- * @return void
- */
- public function testToArrayMixed()
- {
- $test = new Entity([
- 'id' => 1,
- 'foo' => [
- new Entity(['hi' => 'test']),
- 'notentity' => 1
- ]
- ]);
- $expected = [
- 'id' => 1,
- 'foo' => [
- ['hi' => 'test'],
- 'notentity' => 1
- ]
- ];
- $this->assertEquals($expected, $test->toArray());
- }
- /**
- * Test that get accessors are called when converting to arrays.
- *
- * @return void
- */
- public function testToArrayWithAccessor()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->setAccess('*', true);
- $entity->set(['name' => 'Mark', 'email' => 'mark@example.com']);
- $entity->expects($this->any())
- ->method('_getName')
- ->will($this->returnValue('Jose'));
- $expected = ['name' => 'Jose', 'email' => 'mark@example.com'];
- $this->assertEquals($expected, $entity->toArray());
- }
- /**
- * Test that toArray respects hidden properties.
- *
- * @return void
- */
- public function testToArrayHiddenProperties()
- {
- $data = ['secret' => 'sauce', 'name' => 'mark', 'id' => 1];
- $entity = new Entity($data);
- $entity->setHidden(['secret']);
- $this->assertEquals(['name' => 'mark', 'id' => 1], $entity->toArray());
- }
- /**
- * Tests setting hidden properties.
- *
- * @return void
- */
- public function testSetHidden()
- {
- $data = ['secret' => 'sauce', 'name' => 'mark', 'id' => 1];
- $entity = new Entity($data);
- $entity->setHidden(['secret']);
- $result = $entity->getHidden();
- $this->assertSame(['secret'], $result);
- $entity->setHidden(['name']);
- $result = $entity->getHidden();
- $this->assertSame(['name'], $result);
- }
- /**
- * Tests setting hidden properties with merging.
- *
- * @return void
- */
- public function testSetHiddenWithMerge()
- {
- $data = ['secret' => 'sauce', 'name' => 'mark', 'id' => 1];
- $entity = new Entity($data);
- $entity->setHidden(['secret'], true);
- $result = $entity->getHidden();
- $this->assertSame(['secret'], $result);
- $entity->setHidden(['name'], true);
- $result = $entity->getHidden();
- $this->assertSame(['secret', 'name'], $result);
- $entity->setHidden(['name'], true);
- $result = $entity->getHidden();
- $this->assertSame(['secret', 'name'], $result);
- }
- /**
- * Test toArray includes 'virtual' properties.
- *
- * @return void
- */
- public function testToArrayVirtualProperties()
- {
- $entity = $this->getMockBuilder('\Cake\ORM\Entity')
- ->setMethods(['_getName'])
- ->getMock();
- $entity->setAccess('*', true);
- $entity->expects($this->any())
- ->method('_getName')
- ->will($this->returnValue('Jose'));
- $entity->set(['email' => 'mark@example.com']);
- $entity->setVirtual(['name']);
- $expected = ['name' => 'Jose', 'email' => 'mark@example.com'];
- $this->assertEquals($expected, $entity->toArray());
- $this->assertEquals(['name'], $entity->getVirtual());
- $entity->setHidden(['name']);
- $expected = ['email' => 'mark@example.com'];
- $this->assertEquals($expected, $entity->toArray());
- $this->assertEquals(['name'], $entity->getHidden());
- }
- /**
- * Tests setting virtual properties with merging.
- *
- * @return void
- */
- public function testSetVirtualWithMerge()
- {
- $data = ['virtual' => 'sauce', 'name' => 'mark', 'id' => 1];
- $entity = new Entity($data);
- $entity->setVirtual(['virtual']);
- $result = $entity->getVirtual();
- $this->assertSame(['virtual'], $result);
- $entity->setVirtual(['name'], true);
- $result = $entity->getVirtual();
- $this->assertSame(['virtual', 'name'], $result);
- $entity->setVirtual(['name'], true);
- $result = $entity->getVirtual();
- $this->assertSame(['virtual', 'name'], $result);
- }
- /**
- * Tests the errors method
- *
- * @group deprecated
- * @return void
- */
- public function testErrors()
- {
- $this->deprecated(function () {
- $entity = new Entity();
- $this->assertEmpty($entity->errors());
- $this->assertSame($entity, $entity->errors('foo', 'bar'));
- $this->assertEquals(['bar'], $entity->errors('foo'));
- $this->assertEquals([], $entity->errors('boo'));
- $entity['boo'] = [
- 'something' => 'stupid',
- 'and' => false
- ];
- $this->assertEquals([], $entity->errors('boo'));
- $entity->errors('foo', 'other error');
- $this->assertEquals(['bar', 'other error'], $entity->errors('foo'));
- $entity->errors('bar', ['something', 'bad']);
- $this->assertEquals(['something', 'bad'], $entity->errors('bar'));
- $expected = ['foo' => ['bar', 'other error'], 'bar' => ['something', 'bad']];
- $this->assertEquals($expected, $entity->errors());
- $errors = ['foo' => ['something'], 'bar' => 'else', 'baz' => ['error']];
- $this->assertSame($entity, $entity->errors($errors, null, true));
- $errors['bar'] = ['else'];
- $this->assertEquals($errors, $entity->errors());
- });
- }
- /**
- * Tests error getters and setters
- *
- * @return void
- */
- public function testGetAndSetErrors()
- {
- $entity = new Entity();
- $this->assertEmpty($entity->getErrors());
- $entity->setError('foo', 'bar');
- $this->assertEquals(['bar'], $entity->getError('foo'));
- $expected = [
- 'foo' => ['bar']
- ];
- $result = $entity->getErrors();
- $this->assertEquals($expected, $result);
- }
- /**
- * Tests that it is possible to get errors for nested entities
- *
- * @return void
- */
- public function testErrorsDeep()
- {
- $user = new Entity();
- $owner = new NonExtending();
- $author = new Extending([
- 'foo' => 'bar',
- 'thing' => 'baz',
- 'user' => $user,
- 'owner' => $owner
- ]);
- $author->setError('thing', ['this is a mistake']);
- $user->setErrors(['a' => ['error1'], 'b' => ['error2']]);
- $owner->setErrors(['c' => ['error3'], 'd' => ['error4']]);
- $expected = ['a' => ['error1'], 'b' => ['error2']];
- $this->assertEquals($expected, $author->getError('user'));
- $expected = ['c' => ['error3'], 'd' => ['error4']];
- $this->assertEquals($expected, $author->getError('owner'));
- $author->set('multiple', [$user, $owner]);
- $expected = [
- ['a' => ['error1'], 'b' => ['error2']],
- ['c' => ['error3'], 'd' => ['error4']]
- ];
- $this->assertEquals($expected, $author->getError('multiple'));
- $expected = [
- 'thing' => $author->getError('thing'),
- 'user' => $author->getError('user'),
- 'owner' => $author->getError('owner'),
- 'multiple' => $author->getError('multiple')
- ];
- $this->assertEquals($expected, $author->getErrors());
- }
- /**
- * Test that errors can be read with a path.
- *
- * @return void
- */
- public function testErrorPathReading()
- {
- $assoc = new Entity();
- $assoc2 = new NonExtending();
- $entity = new Extending([
- 'field' => 'value',
- 'one' => $assoc,
- 'many' => [$assoc2]
- ]);
- $entity->setError('wrong', 'Bad stuff');
- $assoc->setError('nope', 'Terrible things');
- $assoc2->setError('nope', 'Terrible things');
- $this->assertEquals(['Bad stuff'], $entity->getError('wrong'));
- $this->assertEquals(['Terrible things'], $entity->getError('many.0.nope'));
- $this->assertEquals(['Terrible things'], $entity->getError('one.nope'));
- $this->assertEquals(['nope' => ['Terrible things']], $entity->getError('one'));
- $this->assertEquals([0 => ['nope' => ['Terrible things']]], $entity->getError('many'));
- $this->assertEquals(['nope' => ['Terrible things']], $entity->getError('many.0'));
- $this->assertEquals([], $entity->getError('many.0.mistake'));
- $this->assertEquals([], $entity->getError('one.mistake'));
- $this->assertEquals([], $entity->getError('one.1.mistake'));
- $this->assertEquals([], $entity->getError('many.1.nope'));
- }
- /**
- * Tests that changing the value of a property will remove errors
- * stored for it
- *
- * @return void
- */
- public function testDirtyRemovesError()
- {
- $entity = new Entity(['a' => 'b']);
- $entity->setError('a', 'is not good');
- $entity->set('a', 'c');
- $this->assertEmpty($entity->getError('a'));
- $entity->setError('a', 'is not good');
- $entity->setDirty('a', true);
- $this->assertEmpty($entity->getError('a'));
- }
- /**
- * Tests that marking an entity as clean will remove errors too
- *
- * @return void
- */
- public function testCleanRemovesErrors()
- {
- $entity = new Entity(['a' => 'b']);
- $entity->setError('a', 'is not good');
- $entity->clean();
- $this->assertEmpty($entity->getErrors());
- }
- /**
- * Tests accessible() method as a getter and setter
- *
- * @return void
- */
- public function testAccessible()
- {
- $entity = new Entity();
- $entity->setAccess('*', false);
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertFalse($entity->isAccessible('bar'));
- $this->assertSame($entity, $entity->setAccess('foo', true));
- $this->assertTrue($entity->isAccessible('foo'));
- $this->assertFalse($entity->isAccessible('bar'));
- $this->assertSame($entity, $entity->setAccess('bar', true));
- $this->assertTrue($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertSame($entity, $entity->setAccess('foo', false));
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertSame($entity, $entity->setAccess('bar', false));
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertFalse($entity->isAccessible('bar'));
- }
- /**
- * Tests that an array can be used to set
- *
- * @return void
- */
- public function testAccessibleAsArray()
- {
- $entity = new Entity();
- $entity->setAccess(['foo', 'bar', 'baz'], true);
- $this->assertTrue($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertTrue($entity->isAccessible('baz'));
- $entity->setAccess('foo', false);
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertTrue($entity->isAccessible('baz'));
- $entity->setAccess(['foo', 'bar', 'baz'], false);
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertFalse($entity->isAccessible('bar'));
- $this->assertFalse($entity->isAccessible('baz'));
- }
- /**
- * Tests that a wildcard can be used for setting accessible properties
- *
- * @return void
- */
- public function testAccessibleWildcard()
- {
- $entity = new Entity();
- $entity->setAccess(['foo', 'bar', 'baz'], true);
- $this->assertTrue($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertTrue($entity->isAccessible('baz'));
- $entity->setAccess('*', false);
- $this->assertFalse($entity->isAccessible('foo'));
- $this->assertFalse($entity->isAccessible('bar'));
- $this->assertFalse($entity->isAccessible('baz'));
- $this->assertFalse($entity->isAccessible('newOne'));
- $entity->setAccess('*', true);
- $this->assertTrue($entity->isAccessible('foo'));
- $this->assertTrue($entity->isAccessible('bar'));
- $this->assertTrue($entity->isAccessible('baz'));
- $this->assertTrue($entity->isAccessible('newOne2'));
- }
- /**
- * Tests that only accessible properties can be set
- *
- * @return void
- */
- public function testSetWithAccessible()
- {
- $entity = new Entity(['foo' => 1, 'bar' => 2]);
- $options = ['guard' => true];
- $entity->setAccess('*', false);
- $entity->setAccess('foo', true);
- $entity->set('bar', 3, $options);
- $entity->set('foo', 4, $options);
- $this->assertEquals(2, $entity->get('bar'));
- $this->assertEquals(4, $entity->get('foo'));
- $entity->setAccess('bar', true);
- $entity->set('bar', 3, $options);
- $this->assertEquals(3, $entity->get('bar'));
- }
- /**
- * Tests that only accessible properties can be set
- *
- * @return void
- */
- public function testSetWithAccessibleWithArray()
- {
- $entity = new Entity(['foo' => 1, 'bar' => 2]);
- $options = ['guard' => true];
- $entity->setAccess('*', false);
- $entity->setAccess('foo', true);
- $entity->set(['bar' => 3, 'foo' => 4], $options);
- $this->assertEquals(2, $entity->get('bar'));
- $this->assertEquals(4, $entity->get('foo'));
- $entity->setAccess('bar', true);
- $entity->set(['bar' => 3, 'foo' => 5], $options);
- $this->assertEquals(3, $entity->get('bar'));
- $this->assertEquals(5, $entity->get('foo'));
- }
- /**
- * Test that accessible() and single property setting works.
- *
- * @return void
- */
- public function testSetWithAccessibleSingleProperty()
- {
- $entity = new Entity(['foo' => 1, 'bar' => 2]);
- $entity->setAccess('*', false);
- $entity->setAccess('title', true);
- $entity->set(['title' => 'test', 'body' => 'Nope']);
- $this->assertEquals('test', $entity->title);
- $this->assertNull($entity->body);
- $entity->body = 'Yep';
- $this->assertEquals('Yep', $entity->body, 'Single set should bypass guards.');
- $entity->set('body', 'Yes');
- $this->assertEquals('Yes', $entity->body, 'Single set should bypass guards.');
- }
- /**
- * Tests the entity's __toString method
- *
- * @return void
- */
- public function testToString()
- {
- $entity = new Entity(['foo' => 1, 'bar' => 2]);
- $this->assertEquals(json_encode($entity, JSON_PRETTY_PRINT), (string)$entity);
- }
- /**
- * Tests __debugInfo
- *
- * @return void
- */
- public function testDebugInfo()
- {
- $entity = new Entity(['foo' => 'bar'], ['markClean' => true]);
- $entity->somethingElse = 'value';
- $entity->setAccess('id', false);
- $entity->setAccess('name', true);
- $entity->setVirtual(['baz']);
- $entity->setDirty('foo', true);
- $entity->setError('foo', ['An error']);
- $entity->setInvalidField('foo', 'a value');
- $entity->setSource('foos');
- $result = $entity->__debugInfo();
- $expected = [
- 'foo' => 'bar',
- 'somethingElse' => 'value',
- '[new]' => true,
- '[accessible]' => ['*' => true, 'id' => false, 'name' => true],
- '[dirty]' => ['somethingElse' => true, 'foo' => true],
- '[original]' => [],
- '[virtual]' => ['baz'],
- '[errors]' => ['foo' => ['An error']],
- '[invalid]' => ['foo' => 'a value'],
- '[repository]' => 'foos'
- ];
- $this->assertSame($expected, $result);
- }
- /**
- * Tests the source method
- *
- * @group deprecated
- * @return void
- */
- public function testSource()
- {
- $this->deprecated(function () {
- $entity = new Entity();
- $this->assertNull($entity->source());
- $entity->source('foos');
- $this->assertEquals('foos', $entity->source());
- });
- }
- /**
- * Test the source getter
- */
- public function testGetAndSetSource()
- {
- $entity = new Entity();
- $this->assertNull($entity->getSource());
- $entity->setSource('foos');
- $this->assertEquals('foos', $entity->getSource());
- }
- /**
- * Provides empty values
- *
- * @return void
- */
- public function emptyNamesProvider()
- {
- return [[''], [null], [false]];
- }
- /**
- * Tests that trying to get an empty property name throws exception
- *
- * @dataProvider emptyNamesProvider
- * @return void
- */
- public function testEmptyProperties($property)
- {
- $this->expectException(\InvalidArgumentException::class);
- $entity = new Entity();
- $entity->get($property);
- }
- /**
- * Tests that setting an empty property name does nothing
- *
- * @dataProvider emptyNamesProvider
- * @return void
- */
- public function testSetEmptyPropertyName($property)
- {
- $this->expectException(\InvalidArgumentException::class);
- $entity = new Entity();
- $entity->set($property, 'bar');
- }
- /**
- * Provides empty values
- *
- * @return void
- */
- public function testIsDirtyFromClone()
- {
- $entity = new Entity(
- ['a' => 1, 'b' => 2],
- ['markNew' => false, 'markClean' => true]
- );
- $this->assertFalse($entity->isNew());
- $this->assertFalse($entity->isDirty());
- $cloned = clone $entity;
- $cloned->isNew(true);
- $this->assertTrue($cloned->isDirty());
- $this->assertTrue($cloned->isDirty('a'));
- $this->assertTrue($cloned->isDirty('b'));
- }
- /**
- * Provides empty values
- *
- * @group deprecated
- * @return void
- */
- public function testDirtyFromClone()
- {
- $this->deprecated(function () {
- $entity = new Entity(
- ['a' => 1, 'b' => 2],
- ['markNew' => false, 'markClean' => true]
- );
- $this->assertFalse($entity->isNew());
- $this->assertFalse($entity->dirty());
- $cloned = clone $entity;
- $cloned->isNew(true);
- $this->assertTrue($cloned->dirty());
- $this->assertTrue($cloned->dirty('a'));
- $this->assertTrue($cloned->dirty('b'));
- });
- }
- /**
- * Tests getInvalid and setInvalid
- *
- * @return void
- */
- public function testGetSetInvalid()
- {
- $entity = new Entity();
- $return = $entity->setInvalid([
- 'title' => 'albert',
- 'body' => 'einstein'
- ]);
- $this->assertSame($entity, $return);
- $this->assertSame([
- 'title' => 'albert',
- 'body' => 'einstein'
- ], $entity->getInvalid());
- $set = $entity->setInvalid([
- 'title' => 'nikola',
- 'body' => 'tesla'
- ]);
- $this->assertSame([
- 'title' => 'albert',
- 'body' => 'einstein'
- ], $set->getInvalid());
- $overwrite = $entity->setInvalid([
- 'title' => 'nikola',
- 'body' => 'tesla'
- ], true);
- $this->assertSame($entity, $overwrite);
- $this->assertSame([
- 'title' => 'nikola',
- 'body' => 'tesla'
- ], $entity->getInvalid());
- }
- /**
- * Tests getInvalidField
- *
- * @return void
- */
- public function testGetSetInvalidField()
- {
- $entity = new Entity();
- $return = $entity->setInvalidField('title', 'albert');
- $this->assertSame($entity, $return);
- $this->assertSame('albert', $entity->getInvalidField('title'));
- $overwrite = $entity->setInvalidField('title', 'nikola');
- $this->assertSame($entity, $overwrite);
- $this->assertSame('nikola', $entity->getInvalidField('title'));
- }
- /**
- * Tests getInvalidFieldNull
- *
- * @return void
- */
- public function testGetInvalidFieldNull()
- {
- $entity = new Entity();
- $this->assertNull($entity->getInvalidField('foo'));
- }
- /**
- * Test the isEmpty() check
- *
- * @return void
- */
- public function testIsEmpty()
- {
- $entity = new Entity([
- 'array' => ['foo' => 'bar'],
- 'emptyArray' => [],
- 'object' => new \stdClass(),
- 'string' => 'string',
- 'emptyString' => '',
- 'intZero' => 0,
- 'intNotZero' => 1,
- 'floatZero' => 0.0,
- 'floatNonZero' => 1.5,
- 'null' => null
- ]);
- $this->assertFalse($entity->isEmpty('array'));
- $this->assertTrue($entity->isEmpty('emptyArray'));
- $this->assertFalse($entity->isEmpty('object'));
- $this->assertFalse($entity->isEmpty('string'));
- $this->assertTrue($entity->isEmpty('emptyString'));
- $this->assertFalse($entity->isEmpty('intZero'));
- $this->assertFalse($entity->isEmpty('intNotZero'));
- $this->assertFalse($entity->isEmpty('floatZero'));
- $this->assertFalse($entity->isEmpty('floatNonZero'));
- $this->assertTrue($entity->isEmpty('null'));
- }
- /**
- * Test hasValue()
- *
- * @return void
- */
- public function testHasValue()
- {
- $entity = new Entity([
- 'array' => ['foo' => 'bar'],
- 'emptyArray' => [],
- 'object' => new \stdClass(),
- 'string' => 'string',
- 'emptyString' => '',
- 'intZero' => 0,
- 'intNotZero' => 1,
- 'floatZero' => 0.0,
- 'floatNonZero' => 1.5,
- 'null' => null
- ]);
- $this->assertTrue($entity->hasValue('array'));
- $this->assertFalse($entity->hasValue('emptyArray'));
- $this->assertTrue($entity->hasValue('object'));
- $this->assertTrue($entity->hasValue('string'));
- $this->assertFalse($entity->hasValue('emptyString'));
- $this->assertTrue($entity->hasValue('intZero'));
- $this->assertTrue($entity->hasValue('intNotZero'));
- $this->assertTrue($entity->hasValue('floatZero'));
- $this->assertTrue($entity->hasValue('floatNonZero'));
- $this->assertFalse($entity->hasValue('null'));
- }
- }
|