Lines Matching refs:this

15         $this->_isPerson =  array (
30 $this->_personBob = array (
45 $this->_personAlice = array (
60 $this->_personCarol = array (
75 $this->_bobUnionAlice = array (
77 'lhs' => $this->_personBob,
78 'rhs' => $this->_personAlice
80 $this->_personRating = array (
95 $this->_personKnows = array (
110 $this->_personLikes = array (
125 $this->_ratingMinusCarol = array (
127 'lhs' => $this->_personRating,
128 'rhs' => $this->_personCarol
130 $this->_knowsOptionalLikes = array (
132 'lhs' => $this->_personKnows,
133 'rhs' => $this->_personLikes
149 'lhs' => $this->_isPerson,
166 'rhs' => $this->_personRating
239 $this->assertQueryResult($query, $expected);
256 'lhs' => $this->_isPerson,
257 'rhs' => $this->_personKnows
275 'rhs' => $this->_personRating
364 $this->assertQueryResult($query, $expected);
374 'lhs' => $this->_isPerson,
375 'rhs' => $this->_personBob
397 $this->assertQueryResult($query, $expected);
409 'lhs' => $this->_isPerson,
462 $this->assertQueryResult($query, $expected);
474 'lhs' => $this->_isPerson,
534 $this->assertQueryResult($query, $expected);
544 'lhs' => $this->_isPerson,
610 $this->assertQueryResult($query, $expected);
614 // All persons, including their relation with Alice (unless this relation is 'knows')
620 'lhs' => $this->_isPerson,
699 $this->assertQueryResult($query, $expected);
713 'lhs' => $this->_isPerson,
780 $this->assertQueryResult($query, $expected);
787 'group' => $this->_bobUnionAlice,
808 $this->assertQueryResult($query, $expected);
819 'lhs' => $this->_personBob,
820 'rhs' => $this->_personRating
824 'lhs' => $this->_personAlice,
825 'rhs' => $this->_personRating
851 $this->assertQueryResult($query, $expected);
860 'lhs' => $this->_personCarol,
861 'rhs' => $this->_bobUnionAlice
886 $this->assertQueryResult($query, $expected);
895 'lhs' => $this->_personBob,
896 'rhs' => $this->_bobUnionAlice
918 $this->assertQueryResult($query, $expected);
927 'lhs' => $this->_personCarol,
930 'lhs' => $this->_bobUnionAlice,
931 'rhs' => $this->_personBob
954 $this->assertQueryResult($query, $expected);
963 'lhs' => $this->_personBob,
966 'lhs' => $this->_personAlice,
967 'rhs' => $this->_personRating
993 $this->assertQueryResult($query, $expected);
1002 'lhs' => $this->_isPerson,
1005 'lhs' => $this->_personKnows,
1006 'rhs' => $this->_personLikes
1040 $this->assertQueryResult($query, $expected);
1049 'lhs' => $this->_isPerson,
1050 'rhs' => $this->_knowsOptionalLikes
1092 $this->assertQueryResult($query, $expected);
1101 'lhs' => $this->_isPerson,
1104 'lhs' => $this->_personRating,
1175 $this->assertQueryResult($query, $expected);
1184 'lhs' => $this->_isPerson,
1185 'rhs' => $this->_ratingMinusCarol
1214 $this->assertQueryResult($query, $expected);
1223 'lhs' => $this->_isPerson,
1224 'rhs' => $this->_bobUnionAlice
1243 $this->assertQueryResult($query, $expected);
1252 'lhs' => $this->_isPerson,
1253 'rhs' => $this->_ratingMinusCarol
1272 $this->assertQueryResult($query, $expected);
1281 'lhs' => $this->_isPerson,
1282 'rhs' => $this->_ratingMinusCarol
1307 $this->assertQueryResult($query, $expected);
1316 'lhs' => $this->_isPerson,
1317 'rhs' => $this->_bobUnionAlice
1339 $this->assertQueryResult($query, $expected);
1348 'lhs' => $this->_isPerson,
1349 'rhs' => $this->_knowsOptionalLikes
1391 $this->assertQueryResult($query, $expected);
1587 $this->assertQueryResult($query, $expected);
1605 'lhs' => $this->_isPerson,
1606 'rhs' => $this->_personKnows
1624 'rhs' => $this->_personRating
1686 $this->assertQueryResult($query, $expected);