Example #1
0
 public function testUsernameScope()
 {
     $this->assertThat(Title::username('admin')->get(), new CollectionPropertyHasOneValueConstraint('admin', 'username'));
 }