Tags: projectForks/Dom
Tags
Bump phpunit/phpunit from 9.5.13 to 9.5.16 (phpgt#327) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.13 to 9.5.16. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](sebastianbergmann/phpunit@9.5.13...9.5.16) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Select value: check falsey values (phpgt#318) * safer use of nullable domNode property * stan: improve types (level 6) * build: cite Andrii in authors section * build: bump dependencies * tweak: allow selecting a select's option by setting select's value * test: select value interacts with appropriate option value * stan: improve types * fix: Compare nulls with falsey values
Select value (phpgt#317) * safer use of nullable domNode property * stan: improve types (level 6) * build: cite Andrii in authors section * build: bump dependencies * tweak: allow selecting a select's option by setting select's value * test: select value interacts with appropriate option value * stan: improve types
RadioNodeList (phpgt#289) * safer use of nullable domNode property * tweak: enforce exactly 1 newline, always * stan: improve type hint of native dom node * stan: initialise variable * stan: attempt @template usage see phpstan/phpstan#5598 * feature: implement RadioNodeList getter for phpgt#283 * tidy: tidy types * feature: implement setting of RadioNodeList values, closes phpgt#283 * test: strengthen tests
Improvements (phpgt#243) * Remove unused imports/docs * Suppressed IDEA warnings * Test Document's toString * Test closing document stream * Test detaching Document stream * Test getting size of stream * Test getting stream byte position * Test Document stream eof * Test Document stream seek * Test Document stream rewinding * Test Document stream is not writable * Test Document stream is writable by checking file open mode * Test Document stream writes successfully * Test Document stream is readable * Test Document stream getMetaData * Test Document stream reads successfully * Inline multi-conditional for better code coverage * Make all LiveProperty functions protected visibility
PreviousNext