Lines Matching refs:null

44           array($stdmock, null),
45 array(null, $stdmock),
46 array(null, null)
53 $book1 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
54 …$book1->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
56 $book2 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
57 …$book2->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
60 … $object1 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15));
61 … $object2 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15));
69 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.3)),
70 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.5)),
82 $book1 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
83 …$book1->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
85 $book2 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
86 …$book2->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
89 $book3 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
94 … $object1 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15));
95 … $object2 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(16, 23, 42));
99 $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15)),
100 $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(16, 23, 42)),
107 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.3)),
108 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(4.2)),
143 $exception = null;