Searched refs:Bonus (Results 1 – 5 of 5) sorted by relevance
6 use FINDOLOGIC\Export\Data\Bonus; alias74 'Bonus with empty value' => ['', Bonus::class, EmptyValueNotAllowedException::class],75 'Bonus with value' => [1337, Bonus::class, null],76 … 'Bonus with non-numeric value' => ['test', Bonus::class, ValueIsNotNumericException::class],
6 use FINDOLOGIC\Export\Data\Bonus; alias
27 /** @var Bonus */61 $this->bonus = new Bonus();153 public function setBonus(Bonus $bonus)
7 class Bonus extends UsergroupAwareNumericValue class
98 // Bonus. Print the AST of the expression.