Contact
Contact
My account
09.06.17

Glpi now uses atoum for its unit tests!

About 2 years ago, we’ve begin to add some unit tests in the GLPI project; thanks to Valentin and Remi Collet. The PHPUnit framework has been used, since this is the most "common" choice for a PHP project.

Unfortunately, many parts of the code are not tested yet... This is a huge job; but we’re working on it. Nowadays, each new feature implemented in GLPI is unit tested; and we plan to spend time this summer to work on all of this.Why now?I personally appreciate atoum since its very beginning, and I’ve proposed to switch a while ago. Since we plan to add more and more tests; switching while there are still a few tests was easier. That’s why it’s been done now.So, why to switch?Well... Speaking of PHP unit testing frameworks, there are not so many possible choices. PHPunit is probably the oldest unit testing framework available for PHP; and it does the job, really. atoum is a more recent and modern choice, and it has some interesting capabilities:

  • testing variables types (if you test an integer and get a string, this is not correct),
  • wonderful mocking system (that permit to mock php native functions, constants, ...),
  • use closure to test outputs, exceptions, ... (way more interesting than phpunit’s annotations),
  • concurrent run of tests (even if it have been disabled for GLPI),
  • fully isolated tests,
  • chained calls,
  • more natural way to write tests (this is maybe just my point of view - but this is really more simple to me).

Also, GLPI is a French project, most core team members are French, just as atoum! 😉On a technical noteSwitching from PHPUnit to atoum is not something very difficult, especially if you did not yet use advanced features (which is the case for GLPI); but it is not really something that can be scripted. In facts, it could for some common cases, but reviewing tests is not something bad globally. Also, re-writing tests is a very good start point to learn new syntax, asserters and possibilities.For the GLPI project, we’ve spent two days working on the rewrite. What we had to take care of:

  • atoum is not permissive at all. Every notice in the code will make tests fail per default (which is a good point); we had to fix them;
  • we’re doing kind of functional tests and not only unit tests. Some existing tests used to change existing values in the database, before resetting them. That cannot be done running tests concurrently;
  • atoum does not support dependencies across tests; which phpunit does. It should seem a bad point, but the point is "tests are isolated". So... They cannot be dependent, we had to find another way;
  • session usage: GLPI uses many data in the session; and that is really a problem for testing... We had to disable concurrent runs mainly because of that :’(

The futureIn a close future, we plan to improve our unit tests; since many parts of the code are not tested at all. We also plan to split our unique directory into several ones, making possible to disable concurrent runs only on functional tests, not on the whole tests suite.Johan Cwiklinski.

Vous aimerez peut-être aussi ces articles

24.11.25
Félicitations ! Nous sommes heureux d'annoncer l'arrivée de CTL, notre nouveau partenaire Silver du réseau GLPI en Argentine. CTL est spécialisé dans les solutions complètes de supervision, de sécurité informatique et de gestion d'infrastructure. En tant que partenaire officiel GLPI, CTL propose un support technique spécialisé, des formations et des services de conseil. Son objectif est clair : aider les entreprises à optimiser leurs opérations technologiques et à renforcer leur sécurité.
17.11.25
Félicitations ! Nous sommes heureux d'annoncer notre nouveau partenaire Silver GLPI Network en Angola : TIS Tech. TIS Tech est une société de conseil en technologies fondée en 2013 en Angola, dont le siège social est situé à Luanda. L'entreprise s'engage à mener la transformation numérique, portée par l'innovation et la promotion de la durabilité des entreprises dans le pays. Son objectif est d'offrir des solutions complètes, allant […]
13.11.25
Félicitations ! Nous sommes heureux d'annoncer notre nouveau partenaire Silver GLPI Network au Brésil : InterOp. Depuis plus de 30 ans, InterOp fournit des services informatiques : supervision et observabilité, sécurité de l'information, support technique et administration d'environnements. L'entreprise accompagne les organisations de toutes tailles et de tous secteurs de manière personnalisée, sécurisée et efficace. Son objectif est d'améliorer continuellement ses services.
10.11.25
Félicitations ! Nous sommes heureux d’annoncer notre nouveau partenaire Silver du réseau GLPI en Italie : IWS Consulting. IWS Consulting est une entreprise spécialisée dans les solutions informatiques et les projets de transformation numérique. Grâce à une approche axée sur le conseil et l’innovation, elle accompagne les organisations dans la gestion et l’évolution de leur infrastructure et de leurs applications. Ses deux domaines d’expertise travaillent en synergie pour optimiser […]
04.11.25
Une nouvelle version de GLPI est disponible : GLPI 11.0.2. Vous pouvez télécharger l’archive GLPI 11.0.2 sur GitHub. Voici également une liste des corrections de bogues importantes incluses dans cette version : De nombreuses nouveautés sont également apportées à la nouvelle HLAPI, désormais en version 2.1, afin d’ajouter des champs (notamment dans les tickets) qui manquaient auparavant. Nous fournissons également […]
27.10.25
Une journée pour célébrer la collaboration et l'innovation. La GLPI Partners Day 2025, organisée dans le magnifique hôtel Alfonso XIII de Séville 🇪🇸, a réuni nos partenaires officiels du monde entier pour une journée dédiée à l'innovation, à la collaboration et à l'avenir de GLPI. Cette 3e édition a été une véritable célébration de l'écosystème GLPI […]
13.10.25
Félicitations ! Nous sommes heureux d'annoncer l'arrivée d'Echo-9, notre nouveau partenaire Silver du réseau GLPI au Royaume-Uni. Echo-9 est un fournisseur leader de services partagés, spécialisé dans la fourniture de solutions innovantes aux organismes publics. Notre objectif est d'améliorer l'efficacité opérationnelle et de stimuler une croissance durable grâce à la mise en œuvre de technologies de pointe. 🌐 Site web : https://www.echo-9.org/ Nous sommes ravis […]
10.10.25
Félicitations ! Nous sommes heureux d'annoncer l'arrivée de notre nouveau partenaire Silver GLPI Network à Singapour : Unison Consulting Pte Ltd. Unison Consulting allie une expertise approfondie des services financiers, du reporting réglementaire et de l'intégration d'entreprise à des capacités de prestation technique éprouvées. Nos consultants ont mené des programmes de transformation complexes et stratégiques, s'appuyant sur un modèle de services gérés éprouvé qui garantit une optimisation continue, […]
09.10.25
Une nouvelle version de GLPI est disponible : GLPI 11.0.1. Suite à la sortie de GLPI 11, voici la première version corrigée, corrigeant la plupart des problèmes signalés. Nous continuerons de corriger les problèmes restants dans les semaines à venir. En attendant, si vous rencontrez un problème, n'hésitez pas à vérifier s'il existe déjà […]
30.09.25
Nous sommes fiers d'annoncer la sortie officielle de GLPI 11, la dernière version majeure de notre logiciel open source. Après des mois de développement et de tests communautaires, GLPI 11 est désormais stable et prêt pour la production. Quoi de neuf ? La liste complète des modifications est disponible dans le journal des modifications détaillé, mais voici quelques-unes des plus […]
26.09.25
Êtes-vous prêt à déployer GLPI dans des conteneurs ? 🚀 Grâce aux images Docker officielles, déployer GLPI n'a jamais été aussi simple, que vous souhaitiez le tester rapidement ou l'exécuter en production. Pourquoi Docker pour GLPI ? Exécuter GLPI dans Docker offre des avantages clés : À qui s'adresse cette approche ? Cette approche est conçue pour : Démarrer avec GLPI […]
26.09.25
Introduction Aujourd'hui, les technologies de l'information (TI) représentent 3 à 4 % des émissions mondiales de gaz à effet de serre (GES). Ce chiffre montre que le secteur des TI est déjà l'un des principaux contributeurs au changement climatique, et sa croissance continue y ajoute un poids considérable. Pour atteindre la neutralité carbone d'ici 2050, il est essentiel de mesurer, de comprendre, puis de réduire l'impact environnemental de votre […]
26.09.25
Une nouvelle version de GLPI est disponible. Des corrections de bugs ont été apportées depuis GLPI 10.0.19. Consultez le journal des modifications complet pour plus de détails. Vous pouvez télécharger l'archive GLPI 10.0.20 sur GitHub. Nous remercions tous ceux qui ont contribué à cette nouvelle version et tous ceux qui contribuent régulièrement au projet GLPI ! Cordialement. Suivez-nous sur […]
26.09.25
Félicitations ! Nous sommes heureux d'annoncer notre nouveau partenaire Silver GLPI Network en Suisse : Suisse Expert Consulting SARL. Suisse Expert Consulting SARL accompagne les entreprises, les courtiers et les organismes publics dans la gestion et l'évolution de leurs systèmes d'information. Leur mission est de fournir aux organisations des solutions technologiques fiables, innovantes et sur mesure alliant performance, sécurité et simplicité […]
26.09.25
Félicitations ! Nous sommes heureux d'annoncer notre nouveau partenaire Silver GLPI Network en Côte d'Ivoire : Innovtechnology. Fondée en 2015 en Côte d'Ivoire, INNOV TECHNOLOGY regroupe des ingénieurs expérimentés possédant une vaste expertise acquise dans le cadre de projets locaux et internationaux. Spécialisée dans les domaines de l'informatique, des télécommunications et de l'énergie, l'entreprise fournit des services tels que les infrastructures réseaux, la fibre optique, la maintenance et l'optimisation des télécommunications, […]
26.09.25
As you know, GLPI 11 has now reached the Release Candidate stage.  This means no more new features will be added; the focus is now on bug fixing, and completing translations. The version is feature-ready, and we’re very close to the stable release. GLPI 11 stable will be released on 1st October 🎉 You can already explore […]
25.07.25
Congratulations! We are happy to announce our new Silver GLPI Network partner in France: Antares IT ANTARES is above all a digital consulting and services company, where innovation lies at the heart of everything we do. We help our clients transform, optimize their processes, and secure their infrastructure by combining technical expertise with a deep understanding […]
24.07.25
At Teclib’, we firmly believe that the strength of our open-source ecosystem lies in the power of partnerships. Last week, our Channel Manager for Brazil, Nicolas Maymil, visited our partner Pellissari Soluções in Ponta Grossa (PR), further deepening the collaboration that has been key to expanding GLPI’s presence in southern Brazil. Invited by João, founder and director of […]
24.07.25
Congratulations! We are happy to announce our new Silver GLPI Network partner in Canada: Techblue TechBlue LLP is a Canadian company established in April 2025, specializing in the sale and integration of scalable software solutions for businesses of all sizes. Based in British Columbia, TechBlue offers modular software designed to adapt to the growth and specific […]
24.07.25
Congratulations! We are happy to announce our new Silver GLPI Network partner in United States: IT by Brad What a GLPI Partner Can Do for YouTransform Your IT Management with GLPI and IT by Brad IT by Brad is a certified GLPI Partner, committed to delivering top-tier IT Asset Management and Service Management solutions. Through their partnership with […]
1 2 3 16
chevron-right
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram