Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-05 | remove _test_line() | Joffrey Jaffeux | 1 | -8/+1 | |
2012-06-05 | Add test when loading language file and not using the second parameter ↵ | Joffrey Jaffeux | 1 | -2/+10 | |
(language) | |||||
2012-06-04 | Added a "non-DB" phpunit.xml for local testing | Phil Sturgeon | 1 | -0/+25 | |
Any developer can use this without having to set up DB's and have PostgreSQL installed by running: phpunit --configuration=tests/phpunit.xml This just skips DB stuff, so code coverage will look lower than it is. | |||||
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -4/+4 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 2 | -5/+5 | |
2012-06-02 | Fixed bug created in `test_where_custom_string()` in ↵ | Alex Bilbie | 1 | -1/+1 | |
/tests/codeigniter/database/query_builder/where_test.php by d6d1150959c95e43d310d0bc45f8bd674ff6460c | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 4 | -9/+9 | |
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 | |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 9 | -40/+86 | |
2012-05-26 | Allowing main constants defined via phpunit config or other bootstraper | Taufan Aditya | 1 | -4/+4 | |
2012-05-26 | Remove ternary | Taufan Aditya | 1 | -6/+18 | |
2012-05-25 | Clean up | Taufan Aditya | 1 | -2/+2 | |
2012-05-25 | Explicitely testing escape_like_str API | Taufan Aditya | 3 | -8/+5 | |
2012-05-25 | Explicitely testing escape_like_str API | Taufan Aditya | 1 | -4/+8 | |
2012-05-25 | Again ... escape_like_str() tests | Andrey Andreev | 1 | -3/+4 | |
2012-05-25 | Alter LIKE escaping tests again | Andrey Andreev | 1 | -1/+8 | |
2012-05-25 | Alter LIKE escaping tests again | Andrey Andreev | 3 | -16/+8 | |
2012-05-25 | Alter the escape like test, since it use raw SQL via query(), the sql ↵ | Taufan Aditya | 2 | -2/+5 | |
statement would need to add ESCAPE clause for database(s) other than mysql | |||||
2012-05-24 | replace space with tab | Taufan Aditya | 1 | -4/+4 | |
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 3 | -1/+69 | |
2012-05-24 | Backward compatibility, in case someone already has vfsStream in their PEAR ↵ | Taufan Aditya | 1 | -3/+8 | |
or other include_path | |||||
2012-05-24 | Global class aliasing, at least until namespace introduced into further release | Taufan Aditya | 1 | -2/+5 | |
2012-05-24 | get vfsStream via composer if its PEAR package not exists | Taufan Aditya | 1 | -1/+10 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -8/+10 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-05-16 | Reduce decimal points, since there is a micro differencess on runtime and ↵ | Taufan Aditya | 2 | -3/+3 | |
update travis status | |||||
2012-05-15 | Remove unused hardcoded reference from *phpunit.xml files | Taufan Aditya | 6 | -13/+1 | |
2012-05-15 | Input class code-coverage | Taufan Aditya | 6 | -14/+207 | |
2012-05-15 | Comment block for explanation | Taufan Aditya | 1 | -0/+3 | |
2012-05-15 | Security Code coverage | Taufan Aditya | 4 | -1/+110 | |
2012-05-15 | Clean up autoloader annotation | Taufan Aditya | 1 | -1/+0 | |
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 2 | -0/+45 | |
2012-05-04 | Clean up | Taufan Aditya | 8 | -40/+10 | |
2012-05-04 | TRUNCATE code-coverage | Taufan Aditya | 1 | -0/+61 | |
2012-05-04 | empty table API code-coverage | Taufan Aditya | 1 | -0/+39 | |
2012-05-04 | DELETE code-coverage | Taufan Aditya | 1 | -0/+72 | |
2012-05-04 | UPDATE and SET clause code-coverage | Taufan Aditya | 1 | -0/+71 | |
2012-05-04 | count code-coverage | Taufan Aditya | 1 | -0/+44 | |
2012-05-04 | LIMIT clause API code-coverage | Taufan Aditya | 1 | -0/+49 | |
2012-05-04 | ORDER BY clause API code-coverage | Taufan Aditya | 1 | -0/+55 | |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 1 | -0/+0 | |
2012-05-04 | DISTINCT clause API code-coverage | Taufan Aditya | 1 | -0/+34 | |
2012-05-04 | HAVING clause API code-coverage | Taufan Aditya | 3 | -8/+28 | |
2012-05-04 | Trace error | Taufan Aditya | 2 | -4/+4 | |
2012-05-04 | GROUP BY clause API code-coverage | Taufan Aditya | 1 | -0/+37 | |
2012-05-04 | LIKE clause API code-coverage | Taufan Aditya | 1 | -0/+90 | |
2012-05-04 | WHERE clause API code-coverage | Taufan Aditya | 1 | -0/+144 | |
2012-05-04 | JOIN clause API code-coverage | Taufan Aditya | 2 | -1/+39 | |
2012-05-03 | Add user entity into schema skeleton | Taufan Aditya | 1 | -0/+24 | |
2012-05-03 | FROM clause API code-coverage | Taufan Aditya | 1 | -0/+51 | |
2012-05-03 | Cleaning up | Taufan Aditya | 2 | -11/+10 | |