<?php namespace igorw; class ComposeTest extends \PHPUnit_Framework_TestCase { /** * @expectedException InvalidArgumentException */ function testComposeWithoutArgs() { compose(); } function testComposeWithSingleFunc() { $id = function ($x) { ret