Login   Register  
PHP Classes
elePHPant
Icontem

File: test/factories/ticket.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eustaquio Rangel de Oliveira Jr.  >  torm  >  test/factories/ticket.php  >  Download  
File: test/factories/ticket.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: torm
Store and retrieve objects using ActiveRecord
Author: By
Last change:
Date: 2013-09-13 16:31
Size: 101 bytes
 

Contents

Class file image Download
<?php
   TORM
\Factory::define("ticket",array("user_id"=>1,"description"=>"Just another ticket"));
?>