From 1d634c44d5280ad1f3304ad00f92d238ec62f749 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 18 Jan 2010 00:15:57 -0500 Subject: [PATCH] add example fixture --- test/fixtures/php-fixture.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/fixtures/php-fixture.inc diff --git a/test/fixtures/php-fixture.inc b/test/fixtures/php-fixture.inc new file mode 100644 index 0000000..23c3846 --- /dev/null +++ b/test/fixtures/php-fixture.inc @@ -0,0 +1,10 @@ +category('test')->defer(); +$builder->post('My post') + ->date('2010-02-20') + ->content('My content') + ->categories('test,test2') + ->metadata('field', 'value') + ->tags('tag1,tag2') + ->defer();