Home
last modified time | relevance | path

Searched refs:ExpressionFunction (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php17 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias
199 new ExpressionFunction('show_data', static function () {
207 new ExpressionFunction('show_data', static function () {
218 * @param ExpressionFunction $function
223 public function testExpressionEngine(ExpressionFunction $function, $json)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php104 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias
280 $language->addFunction(new ExpressionFunction('show_data', static function () {
311 $showGender = new ExpressionFunction('show_data', static function () {
317 $hideGender = new ExpressionFunction('show_data', static function () {
369 * @param ExpressionFunction $function
374 public function testExpressionExclusion($person, ExpressionFunction $function, $json)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php28 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias
615 $language->addFunction(new ExpressionFunction('show_data', static function () {