Add tests for entities

This commit is contained in:
Julius Haertl
2016-08-16 18:47:22 +02:00
parent f58e544733
commit 9fdb52dff2
10 changed files with 455 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
namespace OCA\Deck\Db;
use JsonSerializable;
use OCP\AppFramework\Db\Entity;
class Stack extends Entity implements JsonSerializable {