Releases: SavvyWombat/laravel-assert-selector-contains
Releases · SavvyWombat/laravel-assert-selector-contains
Minor cleanup to avoid PHP deprecation warning
1.3.0
1.2.0
Improved documentation and testing
1.1.0 add codecov badge to README
1.0.0
Initial release:
assertSelectorExists($selector)assertSelectorDoesNotExist($selector)assertSelectorContains($selector, $value)assertSelectorDoesNotContain($selector, $value)assertSelectorAttributeExists($selector, $attribute)assertSelectorAttributeDoesNotExist($selector, $attribute)assertSelectorAttributeEquals($selector, $attribute, $value)assertSelectorAttributeDoesNotEqual($selector, $attribute, $value)