Exemplo n.º 1
0
 public function testIsBeingSorted()
 {
     $this->sort->setInput(['sort_dir' => 'asc', 'sort' => 'test']);
     $this->assertTrue($this->sort->isBeingSorted());
 }