Lines Matching refs:assertTrue
39 $this->assertTrue(method_exists($mock, 'testFunction'));
58 $this->assertTrue(method_exists($mock, 'unset'));
66 $this->assertTrue(method_exists($mock, 'count'));
73 $this->assertTrue(method_exists($mock, 'doSomething'));
88 $this->assertTrue(method_exists($mock, 'nonexistentMethod'));
89 $this->assertTrue(method_exists($mock, 'doSomething'));
141 $this->assertTrue(method_exists($mock, 'nonexistentMethod'));
142 $this->assertTrue(method_exists($mock, 'doSomething'));
143 $this->assertTrue($mock->mockableMethod());
144 $this->assertTrue($mock->anotherMockableMethod());
151 $this->assertTrue(method_exists($mock, 'doSomething'));