SDLins
SDLins
Olá @lukBarros, Se você estiver se referindo a gerar testes para as operações de CRUD, isto não deveria ser necessário visto que o ActiveRecord já possui seus testes para verificar...
Acceptance/functional testing is a very specific per app testing. There's no an useful general test standard. Additionally, how would you manage the webdriver (selenium, etc) dependency? Unit testing generation is...
> Acceptance Testing and Functional Are Possible with Yii2 yes! When have I said it isn't? > With codeception you can do something like acceptance test without using a recorded...
Tranquilo, te explico depois, com mais tempo.
Eu disse que testes de aceitação ou funcionais são muito específicos para cada applicação. Não existe um padrão, mesmo que genérico, que sirva pra todas as aplicações. E ainda que...
De: http://codeception.com/docs/03-AcceptanceTests _This scenario can be performed either by a simple PHP Browser or by a browser with Selenium WebDriver. We will start writing our first acceptance tests with a...
Hi, @thekalinga, Indentation in html (at least in .php pages) are broken too: ```php // I type this Some Title ` to finish this tag... // that tag is indentated...
@thekalinga , please, disregard my previows comment. I think other extension was conflicting with this. I reenabled this extension but I cant reproduce the problem I cited anymore.
@IGreatlyDislikeJavascript and @diesl, The option `position: fixed` results in:  I tried to adjust the `z-indez` but with no success. The only workaround working for me is: ```css .tour-backdrop {...
The same problem here. Can't test because any use of `attachFile()` will not really save the file in Yii2 at all because `UploadedFile::saveAs()` with `$deleteTempFile = false` will check `is_uploaded_file()`...