Pipe\Test\ContextTest::testIgnoresFileCheckIfDataGiven PHP Method

testIgnoresFileCheckIfDataGiven() public method

    function testIgnoresFileCheckIfDataGiven()
    {
        $data = $this->ctx->evaluate('foo', array('data' => 'foo'));
        $this->assertEquals("foo", $data);
    }