LookupTest.php 137 B

12345678910111213
  1. <?php
  2. class LookupTest extends CDbTestCase
  3. {
  4. public $fixtures=array(
  5. 'lookups'=>'Lookup',
  6. );
  7. public function testCreate()
  8. {
  9. }
  10. }