nextcloud/tests/lib/Template
Morris Jobke 3ab2e4d41c
Remove deprecated test of internal attributes via assertAttributeEquals in constructor tests
I removed the tests completely because they just test that the constructor assigns the values to the internal properties. Nothing that should be cared about from the outside.

See https://github.com/sebastianbergmann/phpunit/issues/3339#issuecomment-428843322

It is seen as bad practice to test internal stuff of objects instead of the actual input and output of mathod calls.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-30 13:19:16 +02:00
..
data Tests 2017-03-24 11:31:48 +01:00
CSSResourceLocatorTest.php Remove deprecated test of internal attributes via assertAttributeEquals in constructor tests 2020-07-30 13:19:16 +02:00
IconsCacherTest.php Make phpunit8 compatible 2019-11-27 13:34:41 +01:00
JSCombinerTest.php Make phpunit8 compatible 2019-11-27 13:34:41 +01:00
JSResourceLocatorTest.php Remove deprecated test of internal attributes via assertAttributeEquals in constructor tests 2020-07-30 13:19:16 +02:00
ResourceLocatorTest.php Remove deprecated test of internal attributes via assertAttributeEquals in constructor tests 2020-07-30 13:19:16 +02:00
SCSSCacherTest.php Make phpunit8 compatible 2019-11-27 13:34:41 +01:00