Elgg\Cache\LRUCacheTest::testThrowExceptionOnNonIntSize PHP Method

testThrowExceptionOnNonIntSize() public method

    public function testThrowExceptionOnNonIntSize()
    {
        $this->setExpectedException('\\InvalidArgumentException');
        $pool = new LRUCache("abc");
    }