PHP Classes

File: test/stubs/StubTest.php

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Potato ORM   test/stubs/StubTest.php   Download  
File: test/stubs/StubTest.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Potato ORM
Store and retrieve objects in databases using ORM
Author: By
Last change:
Date: 8 years ago
Size: 107 bytes
 

Contents

Class file image Download
<?php
namespace Ibonly\PotatoORM\Test\Stub;

use
Ibonly\PotatoORM\Model;

class
StubTest extends Model
{

}