Fyorl
d88411e10d
[ticket/10981] Modified functional framework to account for goutte changes
...
PHPBB3-10981
2012-07-16 17:52:03 +01:00
Fyorl
797ee16eaf
[ticket/10981] Added goutte via composer
...
composer.phar added and autoloaded before tests
PHPBB3-10981
2012-07-16 17:52:03 +01:00
Fyorl
fa4eaeb306
[ticket/10992] Changed octetstream to octet-stream
...
PHPBB3-10992
2012-07-16 18:24:45 +02:00
Fyorl
e9a1189bfc
[ticket/10992] test_empty_file() now tries to upload the correct file
...
PHPBB3-10992
2012-07-16 18:24:35 +02:00
Fyorl
91050356d3
[ticket/10992] Modified upload tests to work with new version
...
PHPBB3-10992
2012-07-16 18:24:16 +02:00
Joas Schilling
1b826842aa
[ticket/10942] Avoid possible conflicts with magic words in unit tests
...
PHPBB3-10942
2012-07-16 16:59:40 +02:00
Joas Schilling
d883535b10
[ticket/10950] Remove deleted entries in tests instead of commenting them out
...
PHPBB3-10950
2012-07-11 13:05:36 +02:00
Fyorl
65d7aae2f3
[ticket/10941] Removed superfluous array
...
PHPBB3-10941
2012-07-09 14:08:21 +01:00
Fyorl
d046b25124
[ticket/10941] File 'txt' now too big so changed tests to reflect that
...
PHPBB3-10941
2012-07-09 14:08:21 +01:00
Fyorl
1b3589aae8
[ticket/10941] Added a comment to ensure tags stay uppercase
...
PHPBB3-10941
2012-07-09 14:08:21 +01:00
Fyorl
f470eee8ab
[ticket/10941] Modified tearDown to use DirectoryIterator instead of glob
...
PHPBB3-10941
2012-07-09 14:08:21 +01:00
Fyorl
ae9b642b81
[ticket/10941] Added tests/upload/fixture/copies to tracking
...
PHPBB3-10941
2012-07-09 14:08:21 +01:00
Fyorl
c8059cf7e7
[ticket/10941] Fixed form test test_too_large
...
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
8d43a6e851
[ticket/10941] Replaced use of English with language system
...
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
e0b63df6a4
[ticket/10941] Renamed classes and filenames so that tests run
...
Also fixed some minor issues that weren't flagged before because
the tests were being ignored.
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
6a1c686025
[ticket/10941] Moved comment into markTestIncomplete parameter
...
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
9f3a02d475
[ticket/10941] Removed manual includes of mock classes
...
Also marked a test as incomplete even though this appears to be
ignored when actually running the tests.
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
580cec619b
[ticket/10941] Added subdirectory for file operations
...
Also removed common.php as it was unnecessary.
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
d89af53f63
[ticket/10941] Added some comments for clarification
...
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
af8020b388
[ticket/10941] Fixed a failing test
...
Since the is_image change, the filespec class no longer trusts the
browser's reported mimetype and instead checks the file itself. Thus
pretending a text file had the mimetype of an image will no longer
fail, the file will simply not be treated as an image.
PHPBB3-10941
2012-07-09 14:08:20 +01:00
Fyorl
b65f08dd95
[ticket/10941] Rearranged tests into their own classes or methods
...
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
a4717ef525
[ticket/10941] Removed the incomplete mark as is_image is fixed
...
Had to remove one of the tests due to a small limitation with the
functional testing framework. May mark the test as incomplete again
pending further comments.
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
682757c1cb
[ticket/10941] Refactored tearDown to stop iterating over the directory.
...
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
ff7e5d73f7
[ticket/10941] Refactored init_filespec to return new object.
...
Removed $filespec as a property of the filespec test and instead
just instantiate new objects.
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
61d74007a4
[ticket/10941] Minor typo fixes
...
Removed superfluous $user = null; that was left over from refactoring.
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
1bb64ab23e
[ticket/10941] Changed assertTrue to assertEquals
...
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
19405a7f47
[ticket/10941] Now actually checks for the value of errors.
...
Uses phpbb_mock_lang to return the key used when setting errors to
allow that key to be checked for during tests rather than just checking
if any error was set.
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
943af957e6
[ticket/10941] Re-arranged dataProvidor methods to be near their callers
...
PHPBB3-10941
2012-07-09 14:08:19 +01:00
Fyorl
59a7b10f14
[ticket/10941] Added a comment explaining the incomplete test
...
PHPBB3-10941
2012-07-09 14:08:18 +01:00
Fyorl
f2bbbdaafa
[ticket/10941] tearDown() now uses explicit file list
...
Instances of $it also renamed for clarity.
PHPBB3-10941
2012-07-09 14:08:18 +01:00
Fyorl
82ca2c8b08
[ticket/10941] Minor adjustments as per PR comments
...
Added some comments clarifying globals and lowercased fixture filenames
PHPBB3-10941
2012-07-09 14:08:18 +01:00
Fyorl
1233544c4a
[ticket/10941] Marked broken test as incomplete
...
PHPBB3-10941
2012-07-09 14:08:18 +01:00
Fyorl
5693036bf9
[ticket/10941] Added functional tests for the fileupload class
...
NOTE: test_form_upload() is broken. Uploading files via Symfony fails to
retain $_FILES['fileupload']['type'] even if it set explicitely. This appears
to be a bug in Symfony. Since the current version of filespec::is_image()
relies on the mimetype, these tests will __fail__. filespec::is_image() has
been fixed in https://github.com/phpbb/phpbb3/pull/833 however.
PHPBB3-10941
2012-07-09 14:08:17 +01:00
Fyorl
dfef80f267
[ticket/10941] Unit tests for fileupload class added
...
PHPBB3-10941
2012-07-08 23:59:11 +01:00
Fyorl
fe4056c599
[ticket/10941] Finished filespec tests
...
PHPBB3-10941
2012-07-08 23:59:11 +01:00
Fyorl
d6bd8928b5
[ticket/10941] Minor adjustments as per PR comments
...
Switched from dirname(__FILE__) to just __DIR__.
Removed static definition from data provider methods.
PHPBB3-10941
2012-07-08 23:59:11 +01:00
Fyorl
33a13002af
[ticket/10941] Unit tests for filespec class
...
PHPBB3-10941
2012-07-08 23:59:11 +01:00
Nils Adermann
9f0259c473
Merge remote-tracking branch 'github-bantu/ticket/10973' into develop
...
* github-bantu/ticket/10973:
[ticket/10973] Drop all require_once for mocks. Use autoloading.
[ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.
Conflicts:
tests/bbcode/url_bbcode_test.php
tests/text_processing/censor_text_test.php
2012-07-08 23:12:22 +02:00
Nils Adermann
527f02bb4b
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
Conflicts:
tests/bbcode/url_bbcode_test.php
2012-07-08 23:10:42 +02:00
Nils Adermann
088dbc0b54
Merge remote-tracking branch 'github-bantu/ticket/10974' into develop-olympus
...
* github-bantu/ticket/10974:
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
2012-07-08 23:03:58 +02:00
Andreas Fischer
d3bbde69c4
[ticket/10973] Drop all require_once for mocks. Use autoloading.
...
PHPBB3-10973
2012-07-08 22:57:23 +02:00
Andreas Fischer
cde5411e8a
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
...
PHPBB3-10974
2012-07-08 22:46:14 +02:00
Andreas Fischer
932428086e
[ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.
...
PHPBB3-10973
2012-07-08 22:33:27 +02:00
Oleg Pudeyev
b6a364b706
Merge PR #856 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:30 -04:00
Oleg Pudeyev
a7da376004
Merge PR #856 branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:28 -04:00
Joas Schilling
7988045bda
[ticket/10950] Fix unit tests to reflect desired behaviour
...
See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation.
PHPBB3-10950
2012-07-04 13:00:04 +02:00
Andreas Fischer
81d5327e44
[ticket/10937] Comment removal functions: Restore backward compatibility
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Joas Schilling
ad9d650659
[ticket/10942] Fix up unit tests for sql_case()
...
PHPBB3-10942
2012-07-02 11:10:58 +02:00
Joas Schilling
0fd02035d8
[ticket/10942] Make unit tests for sql_case simpler
...
PHPBB3-10942
2012-06-30 13:02:50 +02:00
Joas Schilling
d30dc11f3e
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
...
Todo: Add cases to in which the msg is also deleted.
PHPBB3-10950
2012-06-23 16:02:16 +02:00