Files
shields/services/continuousphp/continuousphp.tester.js
2021-07-09 12:53:55 +01:00

21 lines
543 B
JavaScript

import { ServiceTester } from '../tester.js'
export const t = new ServiceTester({
id: 'continuousphp',
title: 'Continuousphp',
})
t.create('no longer available (previously build status on default branch)')
.get('/git-hub/doctrine/dbal.json')
.expectBadge({
label: 'continuousphp',
message: 'no longer available',
})
t.create('no longer available (previously build status on named branch)')
.get('/git-hub/doctrine/dbal/develop.json')
.expectBadge({
label: 'continuousphp',
message: 'no longer available',
})