partName() public méthode

public partName ( ) : string
Résultat string
 /**
  * @test
  */
 public function itShouldGetPartName()
 {
     $this->assertSame('SELECT', $this->query->partName());
 }