Andy Chase
cc1aef47fb
[ticket/11620] Changes for code guidelines consistency
...
PHPBB3-11620
2013-07-22 11:13:31 -07:00
asperous
62d7a05700
[ticket/11620] Abstracted session setUp into a test_case class
...
When defining a database test case with a setUp function, it is important
to call the parent's setup function, because that is when the database is setup.
PHPBB3-11620
2013-07-22 10:53:52 -07:00
Andy Chase
cd1fe789d2
[ticket/11620] Minor changes to tests for coding standards
...
PHPBB3-11620
2013-07-08 16:34:46 -07:00
Andy Chase
2f92c903e7
[ticket/11620] Make testable_facade non-static, expand.
...
Make the class functions of testable_facade no longer static methods,
but a class based one and expand the methods to be filled in, in later commits.
PHPBB3-11620
2013-07-05 14:09:54 -07:00
Andy Chase
e8facfc735
[ticket/11620] Add commas in extract_page_test
...
PHPBB3-11620
2013-07-05 14:09:53 -07:00
Andy Chase
7fd03abcab
[ticket/11620] Add data provider to extract_page
...
These test cases were taken from a live session,
more test cases should be added to test specific
functionality in this function.
PHPBB3-11620
2013-07-05 14:09:49 -07:00
Andy Chase
9f156e9954
[ticket/11620] Rename class_functions_test -> extract_page_test
...
Renaming this file because it is going to contain a large data provider,
so I'd rather split this test out.
PHPBB3-11620
2013-07-05 14:09:48 -07:00