#!/usr/bin/env php id = 1; $product1->name = 'Product1'; $product1->type = 'normal'; $normalProducts[1] = $product1; $emptyProducts = array(); r($executionTest->buildCaseSearchFormTest($normalProducts, 1, '/execution-testcase-1.html', 1)) && p() && e('executionCase'); r($executionTest->buildCaseSearchFormTest($normalProducts, 2, '/execution-testcase-2.html', 2)) && p() && e('executionCase'); r($executionTest->buildCaseSearchFormTest($normalProducts, 3, '/execution-testcase-3.html', 3)) && p() && e('executionCase'); r($executionTest->buildCaseSearchFormTest($emptyProducts, 0, '/execution-testcase-0.html', 4)) && p() && e('executionCase'); r($executionTest->buildCaseSearchFormTest($normalProducts, 0, '/execution-testcase-boundary.html', 1)) && p() && e('executionCase');