PHP Classes

File: test/factories/ticket.php

Recommend this page to a friend!
  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: 10 years ago
Size: 101 bytes
 

Contents

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