Lines Matching refs:calls
23 $calls = [
34 $this->assertCalls($calls, $this->H->calls);
41 $calls = [
52 $this->assertCalls($calls, $this->H->calls);
59 $calls = [
74 $this->assertCalls($calls, $this->H->calls);
81 $modes = array_column($this->H->calls, 0);
93 $calls = [
104 $this->assertCalls($calls, $this->H->calls);
114 $calls = [
125 $this->assertCalls($calls, $this->H->calls);
134 $calls = [
145 $this->assertCalls($calls, $this->H->calls);
155 $modes = array_column($this->H->calls, 0);
168 $calls = [
179 $this->assertCalls($calls, $this->H->calls);
190 $modes = array_column($this->H->calls, 0);
199 $modes = array_column($this->H->calls, 0);
208 $modes = array_column($this->H->calls, 0);
219 $modes = array_column($this->H->calls, 0);
227 $unformatted = array_filter($this->H->calls, static fn($c) => $c[0] === 'unformatted');