Skip to content
Snippets Groups Projects
  1. Jul 18, 2016
  2. Jul 15, 2016
  3. Jul 14, 2016
  4. Jul 11, 2016
  5. Jul 06, 2016
  6. Jul 04, 2016
  7. Jun 29, 2016
  8. Jun 27, 2016
  9. Jun 23, 2016
  10. Jun 22, 2016
    • Richard Quadling's avatar
      Merge pull request #878 from rquadling/fix_travis_for_hhvm · 2df804c9
      Richard Quadling authored
      Fix failing phpunit for hhvm
      2df804c9
    • Richard Quadling's avatar
      Bring hhvm back into the fold · bb39e684
      Richard Quadling authored
      Not using the --prefer-lowest.
      Not using PHPUnit v3.x
      hhvm is no longer allowed to fail
      
      Fix MysqlAdapterUnitTest ...
      
        Test\Phinx\Db\Adapter\MysqlAdapterUnitTest::testCreateTableAdvanced
        Trying to configure method "onDelete" which cannot be configured because it does not exist, has not been specified, is final, or is static
      
        Test\Phinx\Db\Adapter\MysqlAdapterUnitTest::testAddForeignKeyBasic
        Trying to configure method "onDelete" which cannot be configured because it does not exist, has not been specified, is final, or is static
      
      @todo Upgrade to use PHPUnit 5 and refactor unit tests to remove...
      
        PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead
      bb39e684
    • Richard Quadling's avatar
      Merge pull request #877 from rquadling/fix_breakpoint · a79b374e
      Richard Quadling authored
      Standardise the breakpoint related queries
      a79b374e
    • Richard Quadling's avatar
      Standardise the breakpoint related queries · 716b7f65
      Richard Quadling authored
      Introduces a new method \Phinx\Db\Adapter\PdoAdapter::castToBool()
      By default, 0 and 1 are fine for mysql, sqlite and sqlsrv for boolean types.
      Postgres must use true and false for boolean types.
      716b7f65
  11. Jun 21, 2016
  12. Jun 20, 2016
  13. Jun 17, 2016
  14. Jun 16, 2016