friendica/tests
Hypolite Petovan 059a111282 Add unit tests for Smilies::isEmojiPost
- Current implementation is failing tests with emojis including the zero-width-joiner character, encoded on 3 bytes only.
2023-08-29 22:16:09 -04:00
..
datasets
functional
src
Util
bootstrap.php
DatabaseTest.php
DatabaseTestTrait.php
DiceHttpMockHandlerTrait.php
FixtureTest.php
FixtureTestTrait.php
MockedTest.php
phpunit-addons.xml
phpunit.xml
README.md

Using the Friendica tests

Install PHPUnit

Please use setup-phpunit.sh to install the necessary PHPUnit version. It will temporarily install the phpunit phar file into the bin/ subdirectory

Currently, Friendica uses PHPUnit 8.

Supported PHP versions of these tests

The Unit-Tests of Friendica requires at least PHP 7.2.