php

Wednesday, February 17, 2021

Static Code Analysis for Laravel

Today I will show you what type of static code analysis tools I use for Laravel based projects. With some configuration changes, one could use all of them with any PHP project, such as those using Symfony. Static code analysis is a source code structure analysis and test without running or compiling the code. Although it will not find all potential problems and bugs and replaces code review, it could be beneficial, especially in bigger teams.

Sunday, February 23, 2020

PHPUnit Code Coverage and SonarQube

SonarQube is a wonderful tool for static code analysis and code review. Of course, it is not an all in one tool which replaces all other tools used in code review toolchain. SonarQube has a whole section dedicated to code coverage, but it analyzes code coverage, not run any tests.

This site uses cookies to analyze traffic and for ads measurement purposes according to your browser settings. Access to those cookies is shared with Google to generate usage statistics and detect and address abuse. Learn more about how we use cookies.