diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-12-10 01:29:49 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2018-01-28 22:56:21 +0100 |
commit | fb111e6d958fdf56352db66e144134241abbacf8 (patch) | |
tree | f7331a829ef12589f135af1d69f80be05d64099e /tests/unit/includes/dba/_files/account.yml | |
parent | e177462c901cd29c3e423640a6f538a930c29536 (diff) | |
download | volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.tar.gz volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.tar.bz2 volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.zip |
:white_check_mark: Unit Test for dba_pdo driver class.
Diffstat (limited to 'tests/unit/includes/dba/_files/account.yml')
-rw-r--r-- | tests/unit/includes/dba/_files/account.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/includes/dba/_files/account.yml b/tests/unit/includes/dba/_files/account.yml new file mode 100644 index 000000000..344bdb799 --- /dev/null +++ b/tests/unit/includes/dba/_files/account.yml @@ -0,0 +1,9 @@ +account: + - + account_id: 42 + account_email: "hubzilla@example.com" + account_language: "no" + - + account_id: 43 + account_email: "hubzilla@example.org" + account_language: "de" |