Beispiel #1
0
 /**
  * @covers ::configure
  */
 public function test_configure_description()
 {
     // When
     $desc = $this->cmd->getDescription();
     // Then
     $this->assertSame('Export database schema', $desc);
 }