@@ -78,15 +78,15 @@ public function test_saml2_idp_authn_context_string_parsed_as_space_separated_ar
7878
7979 public function test_dompdf_remote_fetching_controlled_by_allow_untrusted_server_fetching_false ()
8080 {
81- $ this ->checkEnvConfigResult ('ALLOW_UNTRUSTED_SERVER_FETCHING ' , 'false ' , 'dompdf.defines .enable_remote ' , false );
82- $ this ->checkEnvConfigResult ('ALLOW_UNTRUSTED_SERVER_FETCHING ' , 'true ' , 'dompdf.defines .enable_remote ' , true );
81+ $ this ->checkEnvConfigResult ('ALLOW_UNTRUSTED_SERVER_FETCHING ' , 'false ' , 'dompdf.options .enable_remote ' , false );
82+ $ this ->checkEnvConfigResult ('ALLOW_UNTRUSTED_SERVER_FETCHING ' , 'true ' , 'dompdf.options .enable_remote ' , true );
8383 }
8484
8585 public function test_dompdf_paper_size_options_are_limited ()
8686 {
87- $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'cat ' , 'dompdf.defines .default_paper_size ' , 'a4 ' );
88- $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'letter ' , 'dompdf.defines .default_paper_size ' , 'letter ' );
89- $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'a4 ' , 'dompdf.defines .default_paper_size ' , 'a4 ' );
87+ $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'cat ' , 'dompdf.options .default_paper_size ' , 'a4 ' );
88+ $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'letter ' , 'dompdf.options .default_paper_size ' , 'letter ' );
89+ $ this ->checkEnvConfigResult ('EXPORT_PAGE_SIZE ' , 'a4 ' , 'dompdf.options .default_paper_size ' , 'a4 ' );
9090 }
9191
9292 public function test_snappy_paper_size_options_are_limited ()
0 commit comments