Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Hypolite Petovan
|
3aeaa4ea82
|
Add test for program execution function installer check
|
2021-01-07 09:20:03 -05:00 |
|
Philipp Holzer
|
d55ecb9288
|
Fix a lot of notices/warnings/deprecation notes in the test directory
|
2020-10-18 20:52:27 +02:00 |
|
Philipp Holzer
|
efaec26b1d
|
Fix wrong $this->assert...() with `self::assert...()
|
2020-10-18 20:52:27 +02:00 |
|
Philipp Holzer
|
b70b9d1139
|
Revert "Replace IHTTPResult for CurlResult usages"
This reverts commit 97167d7b
|
2020-10-11 23:26:17 +02:00 |
|
Philipp Holzer
|
97167d7b90
|
Replace IHTTPResult for CurlResult usages
|
2020-10-10 23:11:30 +02:00 |
|
Philipp Holzer
|
672f71a7ff
|
Disable testImagickNotFound due low impact and test is not working (needs care in the future)
|
2020-08-19 14:20:07 +02:00 |
|
nupplaPhil
|
c51128ad20
|
Fix tests
|
2020-07-21 03:19:05 -04:00 |
|
nupplaPhil
|
7d714319c8
|
Add license info at Friendica PHP files
|
2020-02-09 16:34:23 +01:00 |
|
Philipp Holzer
|
d5a473abda
|
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
|
2020-01-19 22:23:44 +01:00 |
|
Philipp Holzer
|
2838635d64
|
Move L10n class from L10n subdir to Core (replacing old wrapper)
|
2020-01-19 16:31:30 +01:00 |
|
Philipp Holzer
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Philipp Holzer
|
1c49f1169f
|
Fix tests (remove superfluous second parameter)
|
2020-01-18 13:48:29 +01:00 |
|
Philipp Holzer
|
04d1827eae
|
Fix test
|
2019-12-29 20:18:23 +01:00 |
|
Philipp Holzer
|
e428bccefb
|
Add output for installerTest
|
2019-12-29 20:18:22 +01:00 |
|
Philipp Holzer
|
c1dbb25656
|
Creating interfaces for Config/PConfig & fix tests
|
2019-12-29 20:18:19 +01:00 |
|
Philipp Holzer
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Hypolite Petovan
|
58737c7bd8
|
Skip Imagick Installer test until we can mock class_exists
|
2019-11-02 13:06:49 -04:00 |
|
Philipp
|
3eb3e0b5ce
|
Update InstallerTest.php
Remove `text.php` usage
|
2019-10-23 03:22:03 +02:00 |
|
Philipp Holzer
|
07aaf292ec
|
Fix tests
|
2019-07-27 23:54:13 +02:00 |
|
Philipp Holzer
|
e175b3c733
|
Fix L10n test
- Switched L10n::t() argument
|
2019-07-17 12:40:00 +02:00 |
|
Philipp Holzer
|
eb024a3718
|
Refactor L10n for testing
- Moving L10n to L10n\L10n
- Adding constructor information
- Adding to factory
- simplify/speedup tests
|
2019-07-16 16:44:47 +02:00 |
|
Philipp Holzer
|
c82127ffb7
|
Splitting ConfigCache & PConfigCache
- Remove IConfigCache & IPConfigCache
- Add new PConfigCache
- Add missing Logger::init() (bugfixing tests)
|
2019-07-12 22:53:37 +02:00 |
|
Philipp Holzer
|
90a38a00d8
|
Adding basepath, urlpath, hostname and ssl_policy to installation
|
2019-04-14 14:23:06 +02:00 |
|
Philipp Holzer
|
5fc42a744e
|
Replace string namespaces with ::class
|
2019-02-24 13:40:54 +01:00 |
|
Philipp Holzer
|
11a7f97fe7
|
friendica-6667 Installer needs to check fileinfo module
|
2019-02-16 22:17:34 +01:00 |
|
Philipp Holzer
|
433d6abe8c
|
Refactoring DBA-mocking tests
- Reducing DB-dependencies
- Creating DB-cache mocks
- Creating DB-lock mocks
- Switching to mocked dependencies for Cache/Lock/App
|
2019-02-02 19:03:15 +01:00 |
|
Michael Vogel
|
94eca77041
|
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
Rework mod/match and mod/msearch
|
2018-12-27 18:04:06 +01:00 |
|
Hypolite Petovan
|
acaee626f5
|
Remove include/ requires that are now done directly from Composer
|
2018-12-24 09:56:25 -05:00 |
|
Michael
|
75e63212d1
|
Bite by bite ...
|
2018-12-22 22:56:57 +00:00 |
|
Michael
|
6a501d99af
|
And again tests ...
|
2018-12-22 22:36:53 +00:00 |
|
Michael
|
732308ce6d
|
Hopefully this fixes the tests again
|
2018-12-22 22:04:47 +00:00 |
|
Hypolite Petovan
|
98d90e131d
|
Update install to generate config/local.config.php
|
2018-11-25 01:44:09 -05:00 |
|
Philipp Holzer
|
83ead5ec48
|
Test enhancements
|
2018-11-01 13:44:47 +01:00 |
|
Philipp Holzer
|
f0382ab919
|
Refactoring Installation
- centralized installation
- renamed Core\Install to Core\Installer
- avoid using $a->data[] for states
- removed unnecessary code
|
2018-10-29 18:44:39 +01:00 |
|