~artur-barczynski/azsystem/trunk

« back to all changes in this revision

Viewing changes to lib/Cake/Test/test_app/Model/Datasource/Database/TestLocalDriver.php

  • Committer: Artur Barczynski
  • Date: 2012-09-20 16:31:07 UTC
  • Revision ID: artur@arturkb.pl-20120920163107-oakeg1a4h9e6d37f
Init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
App::uses('TestSource', 'TestPlugin.Model/Datasource');
 
3
class TestLocalDriver extends TestSource {
 
4
}
 
5