Skip to content

Commit

Permalink
Adding the TableSchemaInterface to TestFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jun 27, 2016
1 parent 9976403 commit 71cde2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TestSuite/Fixture/TestFixture.php
Expand Up @@ -18,6 +18,7 @@
use Cake\Datasource\ConnectionInterface;
use Cake\Datasource\ConnectionManager;
use Cake\Datasource\FixtureInterface;
use Cake\Datasource\TableSchemaInterface;
use Cake\Log\Log;
use Cake\ORM\TableRegistry;
use Cake\Utility\Inflector;
Expand All @@ -27,7 +28,7 @@
* Cake TestFixture is responsible for building and destroying tables to be used
* during testing.
*/
class TestFixture implements FixtureInterface
class TestFixture implements FixtureInterface, TableSchemaInterface
{

/**
Expand Down

0 comments on commit 71cde2a

Please sign in to comment.