Nils Adermann
6956a6eb00
Merge branch 'develop-olympus' into develop
...
By David King
via David King (1) and Nils Adermann (1)
* develop-olympus:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
2012-05-22 18:11:08 +02:00
David King
09d15db1fa
[task/functional] Use proper format for @var doc blocks.
...
PHPBB3-10758
2012-05-22 12:06:27 -03:00
David King
819accedc8
[task/functional] Fix $lang_path variable
...
PHPBB3-10758
2012-05-22 10:52:49 -04:00
David King
b96c050695
[task/functional] Change property visibility, remove globals, reword comment
...
PHPBB3-10758
2012-05-22 10:46:36 -04:00
David King
b82c77b38f
[task/functional] Make sure missing language values are handled properly
...
PHPBB3-10758
2012-04-24 14:10:50 -04:00
David King
8cf0b79a47
[task/functional] Increase code coverage for functional tests
...
PHPBB3-10758
2012-04-23 17:16:16 -04:00
Patrick Webster
2aa994b5ad
[ticket/10492] Backporting functional tests
...
PHPBB3-10492
2012-04-21 04:37:57 -05:00
Nils Adermann
1bbb32a5cf
[ticket/10586] Correctly purge board cache and don't rename install directory
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
76e6195194
[ticket/10586] trying to get tests to work
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
7d1e4bca33
[ticket/10586] more work on getting tests to pass
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
d235262bc2
[ticket/10586] Adding the extensions used by the tests
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
a37a28b485
[ticket/10586] Now tests run, but fail. But here is what I have.
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
Oleg Pudeyev
cddd63aae0
Merge remote-tracking branch 'imkingdavid/ticket/10535' into develop
...
* imkingdavid/ticket/10535:
[ticket/10535] Delete no longer needed email confirm language entries.
[ticket/10535] Delete email confirm from installer
[ticket/10535] Removed email confirm field from acp_users module
[ticket/10535] Forgot a subsilver2 change. *doh*
[ticket/10535] Removed email confirm from UCP, removed unused language entries
[ticket/10535] Remove email confirm check on registration form
2012-02-03 16:21:51 -05:00
Unknown
66c50f6b30
[ticket/9916] Updating license in non-distributed files
...
PHPBB3-9916
2012-01-02 19:10:36 +01:00
p
fc297a710e
[ticket/10535] Delete email confirm from installer
...
PHPBB3-10535
2011-12-28 14:14:05 +00:00
Nils Adermann
72eb1ad8cc
Merge remote-tracking branch 'github-igorw/feature/functional-tests' into develop
...
* github-igorw/feature/functional-tests:
[feature/functional-tests] Introduce bootstrap method
[feature/functional-tests] Make sure functional tests only install once
2011-12-14 14:35:20 +01:00
Oleg Pudeyev
ba1603a5f0
[ticket/10481] Use phar:// url for requiring goutte.
...
It does not seem to work on my machine without phar:// even with
phar extension installed.
PHPBB3-10481
2011-11-24 14:16:58 -05:00
Oleg Pudeyev
44cab5696f
[ticket/10481] Skip functional tests if phar extension is missing.
...
PHPBB3-10481
2011-11-24 14:03:09 -05:00
Igor Wiedler
d4189013ab
[feature/functional-tests] Introduce bootstrap method
...
PHPBB3-10414
2011-10-14 19:42:35 +02:00
Igor Wiedler
66b0cfe221
[feature/functional-tests] Make sure functional tests only install once
...
The functional test setup bootstrapping should only be run once per
class.
PHPBB3-10414
2011-10-14 19:37:20 +02:00
Nils Adermann
a8aa7fd6c0
[feature/functional-tests] Don't add elements to backup list twice
...
PHPBB3-10414
2011-10-14 17:23:31 +02:00
Nils Adermann
a3928bf82d
[feature/functional-tests] Generate config correctly and install only once
...
PHPBB3-10414
2011-10-14 17:23:31 +02:00
Nils Adermann
0ffe494edd
[feature/functional-tests] Configure functional tests through config file
...
The functional tests now also use the test database
PHPBB3-10414
2011-10-14 17:20:54 +02:00
Igor Wiedler
637d8eabe7
[feature/functional-tests] Implementing functional test framework with goutte
...
PHPBB3-10414
2011-10-14 17:20:53 +02:00