post-fixtures/test/fixtures/php-fixture.inc

11 lines
250 B
PHP
Raw Permalink Normal View History

2010-01-18 05:15:57 +00:00
<?php
$builder->category('test')->defer();
$builder->post('My post')
->date('2010-02-20')
->content('My content')
->categories('test,test2')
->metadata('field', 'value')
->tags('tag1,tag2')
->defer();