Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2148e7cad879a9edbc6a82ab03115cd0957f9bee
https://github.com/phpmyadmin/phpmyadmin/commit/2148e7cad879a9edbc6a82ab031…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/plugins/auth/AuthenticationCookie.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
Log Message:
-----------
Implement test for Cookie auth without runkit
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 431450a23752752cda8b88ccc39829ab09888a13
https://github.com/phpmyadmin/phpmyadmin/commit/431450a23752752cda8b88ccc39…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/core.lib.php
M libraries/plugins/auth/AuthenticationHttp.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message:
-----------
Make test run even without runkit
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ca9fbec4c2ec21964d48791d37162aa846889115
https://github.com/phpmyadmin/phpmyadmin/commit/ca9fbec4c2ec21964d48791d371…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M composer.json
Log Message:
-----------
Use newer phpunit (for withConsecutive)
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c2b41b829a10a5a6ff838f83c340620e4825c4cd
https://github.com/phpmyadmin/phpmyadmin/commit/c2b41b829a10a5a6ff838f83c34…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Response.php
M libraries/core.lib.php
M libraries/plugins/auth/AuthenticationHttp.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message:
-----------
Wrap header() and headers_sent() in response
This allows us to test the code without using runkit. Currenly only
AuthenticationHttp is migrated to new code, but others will follow.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9d10b9430307...c2b41b829a10