Esempio n. 1
0
 function plainClass()
 {
     $this->givenTheConfiguration(['suite' => ['class' => ComposeTestSuites_PlainFoo::class]]);
     $this->whenIExecuteTheCommand();
     $this->then->isInstanceOf($this->test, PlainTestSuite::class);
     $this->then->equals($this->test->getName()->toString(), ComposeTestSuites_PlainFoo::class);
 }
Esempio n. 2
0
 /**
  * @return TestName
  */
 public function getName()
 {
     return parent::getName()->with($this->name);
 }