Closed cbleek closed 7 years ago
@kilip I've marked the following tests to skip. But they should be fixed.
Can you do this?
cbleek@xenon:~/Projects/YAWIK$ grep -r YAWIK/issue module/*/test
module/Core/test/CoreTest/Entity/AbstactEntityTest.php: $this->markTestSkipped('must be revisited. https://github.com/cross-solution/YAWIK/issues/348');
module/Core/test/CoreTest/Entity/AbstactEntityTest.php: $this->markTestSkipped('must be revisited. https://github.com/cross-solution/YAWIK/issues/348');
module/Organizations/test/OrganizationsTest/Entity/OrganizationReferenceTest.php: $this->markTestSkipped('must be revisited. https://github.com/cross-solution/YAWIK/issues/348 ');
@kilip I've merged the branch into the develop. The Tests are still marked to skip and have to be fixed
Perfekt. Thank you
The commit https://github.com/cross-solution/YAWIK/commit/4d4ada8459f46bc4c775e6691bf581a625196bcf triggers an E_USER_DEPRECATED warning, if properties are accessed directly, In addition a couple views, controllers etc. are changed.
https://github.com/cross-solution/YAWIK/blob/b30b39326746d0b74f0f1e7f62453754adc2b699/module/Core/src/Core/Entity/AbstractEntity.php#L40
Tests are failing now. Please fix them