Exemple #1
0
 /**
  * @test
  * @covers \Devlog\Devlog\Domain\Model\Entry::setSorting
  */
 public function setSortingForIntegerSetsSorting()
 {
     $this->subject->setSorting(12);
     $this->assertAttributeEquals(12, 'sorting', $this->subject);
 }