public function testIsNotEmptyThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isNotEmpty([]);
 }