Skip to content

issues Search Results · repo:exercism/php language:PHP

Filter by

200 results
 (103 ms)

200 results

inexercism/php (press backspace or delete to remove)

In this forum thread once again a student struggled with DRY ed tests. We should not hide test details behind helper functions like rollMany() or setUp(). Instead inline all the details into the individual ...
x:action/improve
x:knowledge/none
x:module/practice-exercise
x:rep/small
x:size/small
x:type/content
  • mk-mxp
  • 3
  • Opened 
    24 days ago
  • #899

A recurring syntax when instantiating most PHP classes on https://exercism.org/tracks/php/ Image
x:action/fix
x:knowledge/none
x:module/concept-exercise
x:rep/tiny
x:size/tiny
x:type/content
  • wathika-eng
  • 5
  • Opened 
    on Jun 17
  • #895

This is what I think must be done: - [x] #902 to the CI of the track and allow it to fail - [x] #904 Use PHPUnit attributes, not annotations (annotations are deprecated, but still available) ...
x:action/improve
x:knowledge/elementary
x:module/concept-exercise
x:module/generator
x:module/practice-exercise
x:module/representer
x:module/test-runner
x:type/ci
x:type/coding
x:type/docker
x:type/docs
  • mk-mxp
  • 6
  • Opened 
    on Apr 14
  • #884

Tests succeed on the Exercism test runner, but if I run the tests locally they fail: PHPUnit 12.0.10 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.5 EEE.EE ...
  • fapdash
  • 1
  • Opened 
    on Apr 2
  • #883

Hi, After doing a number of sync-task on the exercises, it occurred to me that I forgot to update the .meta/config.json contributor section. Would that be OK if I do a PR that fixes all of my sync tasks ...
  • tomasnorre
  • 2
  • Opened 
    on Jan 29
  • #874

As recommended by the maintainer of PHP_CodeSniffer, we should not add the sniff to composer autoloading. To be honest, for sniffs, you should generally not have a Composer autoload directive, but should ...
  • mk-mxp
  • Opened 
    on Nov 20, 2024
  • #869

I think our track docs make things too complicated for new students. Right after the required installation of PHP we have a short paragraph about installing composer. For PHPUnit we then describe composer ...
good first issue
  • mk-mxp
  • 11
  • Opened 
    on Nov 17, 2024
  • #864

In src/Sniffs/ExplainStrictTypesSniff.php we produce a addFixableError() with self::class. This shouldn t be the fully qualified class name, but an identifier unique for the error message like Missing. ...
  • mk-mxp
  • 3
  • Opened 
    on Nov 15, 2024
  • #860

This commit https://github.com/exercism/php/commit/1df6486b88f85a77387f25fb2d97db8fbf98f967 broken the unit tests on MacOS, but fails silently, so I saw it by coincidence. Will focus on this before adding ...
bug
  • tomasnorre
  • 2
  • Opened 
    on Nov 14, 2024
  • #859

I think there is a specific test case that could be added to this file to improve the testing coverage: https://github.com/exercism/php/blob/1df6486b88f85a77387f25fb2d97db8fbf98f967/exercises/practice/matching-brackets/MatchingBracketsTest.php ...
  • dexmexter
  • 3
  • Opened 
    on Nov 14, 2024
  • #858
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub