Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d92d0d2

Browse files
Merge branch '8.0' into 8.1
* 8.0: [Security] Throw BadCredentialsException on empty JSON login username/password [Routing] Honor the Request's method in UrlMatcher::matchRequest() [DependencyInjection] Log every build parameter removed during compilation [Serializer] Remove @internal from ClassMetadataInterface and AttributeMetadataInterface Update XSD references in phpunit.xml.dist files Fix race in ./phpunit (bis) Fix race in ./phpunit [Serializer] Make `BackedEnumNormalizer` unconditionally return `null` on invalid value if `allow_invalid_values` is set [Cache] Ensure internal state is cleared in TagAwareAdapter::reset() even on commit failure
2 parents e092f31 + 4ea97be commit d92d0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/13.1/phpunit.xsd"
55
backupGlobals="false"
66
colors="true"
77
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)