aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/db/EntityTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-227/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespaces in AppFramework testsJoas Schilling2016-05-181-1/+4
|
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+2
|
* Make Entity properties ```protected``` as in docsOliver Gasser2014-08-271-5/+5
| | | | | | | Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9
* dont update entity and dont run an update query if an entity wasnt changed ↵Bernhard Posselt2014-04-231-1/+10
| | | | at all
* fix phpdoc for entitiesBernhard Posselt2014-04-201-3/+1
|
* remove unusued variableBernhard Posselt2014-04-191-1/+0
|
* fix scrutinizer issuesBernhard Posselt2014-04-191-1/+14
|
* port database layer from appframework to coreBernhard Posselt2014-04-191-0/+204