IdentityAccessorTest\CallbackObjectIdentifierTest::setUp PHP Method

setUp() public method

public setUp ( )
    function setUp()
    {
        $callback = function ($obj) {
            return 1234;
        };
        $this->accessor = new CallbackObjectIdentifier($callback);
    }