friendica/tests/datasets
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
config
content/text
crypto/rsa
curl
http
legacy Fix Legacy test 2021-11-15 00:01:16 +01:00
log
mail Move API DirectMessage tests 2021-12-30 21:07:20 +01:00
photo Add tests to prove error https://github.com/friendica/friendica/issues/11023 2021-11-29 06:29:29 -05:00
storage Update copyright 2022-01-02 08:27:47 +01:00
api.fixture.php Rewrite: 2022-10-15 00:44:06 +02:00