Пример #1
0
 /**
  * @depends test_construct
  * @covers ::getBoundary
  */
 public function test_getBoundary()
 {
     $this->assertSame('0-00000:=00000', $this->Section->getBoundary(), 'Section::getBoundary() returned an invalid value');
 }