public function provideStacksWithExpectedCount() { return array(array([], 0), array([1], 1), array([1, 2, 3], 3)); }