File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1010use JsonSerializable ;
1111
1212class Assignment extends RelationalEntity implements JsonSerializable {
13- public $ id ;
1413 protected $ participant ;
1514 protected $ cardId ;
1615 protected $ type ;
Original file line number Diff line number Diff line change 1212use OCP \AppFramework \Db \Entity ;
1313
1414class Session extends Entity implements \JsonSerializable {
15- public $ id ;
1615 protected $ userId ;
1716 protected $ token ;
1817 protected $ lastContact ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ HIDE_OC_LOGS=$2
77
88# Nextcloud integration tests composer
99(
10- cd ${OC_PATH} build/integration
10+ cd ${OC_PATH} vendor-bin/behat
1111 composer install
1212)
1313INSTALLED=$( $OCC status | grep installed: | cut -d " " -f 5)
You can’t perform that action at this time.
0 commit comments