Skip to content

Commit

Permalink
Improving the fix for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 5, 2016
1 parent aafa8a2 commit 36120f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@

class TestDriver extends Sqlite
{
public function enabled()
{
return true;
}
}
5 changes: 5 additions & 0 deletions tests/test_app/TestApp/Database/Driver/TestDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@

class TestDriver extends Sqlite
{

public function enabled()
{
return true;
}
}

0 comments on commit 36120f9

Please sign in to comment.