Elgg\Cache\LRUCacheTest::testThrowExceptionOnNegativeSize PHP Метод

testThrowExceptionOnNegativeSize() публичный Метод

    public function testThrowExceptionOnNegativeSize()
    {
        $this->setExpectedException('\\InvalidArgumentException');
        $pool = new LRUCache(-2);
    }