Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 298818

Unify PHP visibility for all test methods

$
0
0

At the moment most of the test methods are public.

#!/usr/bin/env bash

echo -n 'Public methods: '
grep -r '^ *public function test[A-Z]' . | wc -l
echo -n 'Public methods (PHP4 style): '
grep -r '^ *function test[A-Z]' . | wc -l
echo -n 'Protected methods: '
grep -r '^ *protected function test[A-Z]' . | wc -l

Public methods: 4117
Public methods (PHP4 style): 1379
Protected methods: 9

Viewing all articles
Browse latest Browse all 298818

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>