Commit History

Author SHA1 Message Date
  Mark Story aad65a0faf Merge branch 'master' into 3.next 8 years ago
  Dariusz Ruminski c936250731 Use adventage of newer PHPUnit sytax 8 years ago
  Mark Story 46de16e00f Add deprecation warnings to the Database package. 8 years ago
  Marc Würth 3a6bd75832 Use HTTPS for the opensource.org URL 8 years ago
  Marc Würth c61ab5ee95 Use HTTPS for the cakefoundation.org URL 8 years ago
  Marc Würth 4c774ce4b7 Use HTTPS for the cakephp.org URL 8 years ago
  dereuromark 2312ab8023 Fix some more doc blocks and smells. Enable further clickability in IDE. 9 years ago
  antograssiot b611b3bc16 fix testsuite for PHP5.5 9 years ago
  antograssiot b204289a99 fix phpunit mocks 9 years ago
  Thomas Lefebvre d04c8606a3 Extracting the last case of schemaValue() into its own test case; Stubbing the quote() method and asserting its arguments. 9 years ago
  Thomas Lefebvre 2ac2272160 Looks like we could not serialize and unserialize PDO instances. Instead I'm using another driver who implements PDOInstanceTrait, and therefore has the quote() method. I just only need it for stubbing it. 9 years ago
  Thomas Lefebvre f991d31b01 Forgot to call the parent's method. 9 years ago
  Thomas Lefebvre 2243772f95 Test cases for abstract class Driver. 9 years ago