Skip to content

Instantly share code, notes, and snippets.

View scopium's full-sized avatar

shahin scopium

View GitHub Profile
@matiasmm
matiasmm / testExecution.php
Created January 17, 2011 03:45
Test execution
<?php
require_once 'WorkflowDefinition.php';
require_once 'Execution.php';
$wbuilder = new WfBuilder();
$workflow_definition = $wbuilder->build_workflow();
$execution = new ezcWorkflowTestExecution(1);
$execution->workflow = $workflow_definition;
@ziadoz
ziadoz / awesome-php.md
Last active July 13, 2024 05:29
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.