Lines Matching refs:title

97         self::assertSame('Name', $columns[0]->title());
98 self::assertSame('Age', $columns[1]->title());
99 self::assertSame('Sex', $columns[2]->title());
100 self::assertSame('If born within the year, state month', $columns[3]->title());
101 self::assertSame('Relation to head of household', $columns[4]->title());
102 self::assertSame('Single', $columns[5]->title());
103 self::assertSame('Married', $columns[6]->title());
104 self::assertSame('Widowed, Divorced', $columns[7]->title());
105 self::assertSame('Married during census year', $columns[8]->title());
106 self::assertSame('Profession, occupation, or trade', $columns[9]->title());
107 …e('Number of months the person has been unemployed during the census year', $columns[10]->title());
108 self::assertSame('Sickness or disability', $columns[11]->title());
109 self::assertSame('Blind', $columns[12]->title());
110 self::assertSame('Deaf and dumb', $columns[13]->title());
111 self::assertSame('Idiotic', $columns[14]->title());
112 self::assertSame('Insane', $columns[15]->title());
113 … self::assertSame('Maimed, crippled, bedridden or otherwise disabled', $columns[16]->title());
114 self::assertSame('Attended school within the census year', $columns[17]->title());
115 self::assertSame('Cannot read', $columns[18]->title());
116 self::assertSame('Cannot write', $columns[19]->title());
117 …self::assertSame('Place of birth, naming the state, territory, or country', $columns[20]->title());
118 …rtSame('Place of birth of father, naming the state, territory, or country', $columns[21]->title());
119 …rtSame('Place of birth of mother, naming the state, territory, or country', $columns[22]->title());