Petr Parolek
Petr Parolek
Example: ``` $pattern = "sign/in"; $actual = "https://test.dev/sign/in?_fid=j3o0"; \Tester\Assert::match($pattern, $actual); ``` Current tester output: ``` Failed: 'https://test.dev/sign/in?_fid=j3o0' should match ... 'sign/in' in testAbc() ``` It would nice something like: ```...
Package versions: ``` doctrine/orm 2.13.1 phpstan/phpstan 1.8.2 phpstan/phpstan-deprecation-rules 1.0.0 phpstan/phpstan-doctrine 1.3.12 phpstan/phpstan-nette 1.0.0 phpstan/phpstan-strict-rules 1.3.0 ``` version `doctrine/orm 2.12.3 ` was OK. I write code like this https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/sql-table-prefixes.html#sql-table-prefixes . Code:...
- new feature? yes - BC break? no - doc PR: nette/docs# I can prepare if PR will be merged In Nette Utils I didn't find method which I could...
ref https://github.com/nette/tracy/pull/439/
Bylo by fajn přepsat https://tester.nette.org/cs/testing-with-travis na GitHub Actions
- bug fix (issue https://github.com/nette/application/issues/307) - BC break? no Before:  after: 
Version: 3.1-dev ### Bug Description Tracy routing bar has ugly look ### Steps To Reproduce  ### Expected Behavior  ### Possible Solution ```diff --git a/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml b/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml index 61839780..c9808a50 100644...
Package versions: ``` doctrine/orm 2.13.1 phpstan/phpstan 1.8.2 phpstan/phpstan-deprecation-rules 1.0.0 phpstan/phpstan-doctrine 1.3.12 phpstan/phpstan-nette 1.0.0 phpstan/phpstan-strict-rules 1.3.0 ``` version `doctrine/orm 2.12.3 ` was OK. I write code like this https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/sql-table-prefixes.html#sql-table-prefixes . Code:...
Version: master 26b53be916586e87b772050f32986168e55f8e48 ### Bug Description Tracy doesn't show any SQL queries in bar  ### Steps To Reproduce Run sqls with doctrine ### Expected Behavior showing every queries ###...